whatsapp-python

Open source Python wrapper for the WhatsApp Cloud API.

AGPL-3.0 License

Downloads
3.2K
Stars
87
whatsapp-python - v2.2.2 [BREAKING]

Published by filipporomani over 1 year ago

This is the first breaking release. After this version, heyoo will be mostly incompatible with this library.

Updates:

  • Message() object, refer to the wiki for more informations;
  • Removed send_message(), reply_to_message() and mark_as_read() methods; they have been inserted into the Message() class.
  • New message parser: messages are now parsed automatically by the Message() class
  • New send/mark-as-read/reply method; refer to wiki
  • Class splitted into multiple files
  • Docs moved from README to Wiki
  • Other minor fixes.
whatsapp-python - v1.1.2

Published by filipporomani over 1 year ago

Sorry for this release after only 13 hours, but many changes have been made.

  • Version update: whatsapp-python now checks if a new version is available at every initialization. An error is logged if a new version is available;
  • Logging disable: logging can now be disabled by passing the logger=False argument in the initialization;
  • Unbound variables: a lot of possibly unbound variables are now properly handled;
  • v15 API instead of v14;
  • Significant docs improvements;
  • pep8 formatting;
  • Removed tests.
whatsapp-python - v1.0.0

Published by filipporomani over 1 year ago

This is the first official release of this fork.
Some updates/removals done:

  • Removed docker
  • Removed tests
  • Updated dependencies
  • Removed unused methods
  • Updated README
  • Fixed setup.py description file
  • Remove useless temp files
  • Updated requirements

Many more coming soon!