Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
whatsapp-api-client-python-0.0.43.zip | 2023-11-19 | 118.4 kB | |
README.md | 2023-11-19 | 543 Bytes | |
whatsapp-api-client-python-0.0.43.tar.gz | 2023-11-19 | 105.2 kB | |
Totals: 3 Items | 224.1 kB | 0 |
Fixes
- Fixed workflows
- Fixed UploadFile method logging
Enhancements
- Updated docs
- Updated examples
- Updated tests
Features
- Added Python 3.12 support
- Added GetWaSettings method
Example:
greenAPI.sending.getWaSettings()
- Added SendPoll method
Example:
greenAPI.sending.sendPoll(
"11001234567@c.us",
"Please choose a color:",
[
{"optionName": "Red"},
{"optionName": "Green"},
{"optionName": "Blue"}
]
)