Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Jun 11, 2024
2 parents 564dd93 + 7a54595 commit 8c8a57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To install the library you can either use pip (latest release version):

``pip install whatsapp-python``

However I personally recomend you to install the GitHub version (always up to date)
You can also install the development GitHub version (always up to date):

```bash
git clone https://github.com/filipporomani/whatsapp.git
Expand All @@ -28,7 +28,7 @@ Documentation is available in the [wiki section](https://github.com/filipporoman

The main reason why I decided to fork the original library is that it uses an old version of the API and doesn't support many features.

In this library I added app events (to listen to incoming messages) and implemented an easier way to send/receive messages and media by creating the `Message`object.
In this library I added app events (to listen to incoming messages) and implemented an easier way to send/receive messages and media by creating the `Message` object.

I fixed some bugs and added some features, but the library still needs a lot of work to be done even if it's working and usable.

Expand Down

0 comments on commit 8c8a57b

Please sign in to comment.