Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
whatsapp-chatbot-python-0.8.0.tar.gz | 2023-11-28 | 104.6 kB | |
whatsapp-chatbot-python-0.8.0.zip | 2023-11-28 | 115.0 kB | |
README.md | 2023-11-28 | 802 Bytes | |
Totals: 3 Items | 220.4 kB | 0 |
Fixes
- Fixed docs
- Fixed workflows
Enhancements
- Updated docs
- Updated setup
Features
- Added FAQ
- Added logger
- Added debug mode
In debug mode you can see data received from whatsapp-api-client-python
.
bot = GreenAPIBot("", "", debug_mode=True)
- Added
raise_errors
option
If the option is enabled, it will be raised when an error is received. Enabled by default
bot = GreenAPIBot("", "", raise_errors=True)
- Added bot debug mode
In the bot debug mode you can see all actions with the received data and their handling.
bot = GreenAPIBot("", "", bot_debug_mode=True)
- Added Python 3.12 support
Dependencies
- Bump whatsapp-api-client-python from 0.0.41 to 0.0.44