Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-24 | 389 Bytes | |
whatsapp-chatbot-python-0.7.0.tar.gz | 2023-08-24 | 103.5 kB | |
whatsapp-chatbot-python-0.7.0.zip | 2023-08-24 | 113.6 kB | |
Totals: 3 Items | 217.4 kB | 0 |
Fixes
- Fixed docs
Features
- Updated RegExpFilter (flags have been added)
@bot.router.message(regexp=("message", re.IGNORECASE))
def message_handler(notification: Notification) -> None:
print(notification.event)
- Added __validate_response (to validate requests)
Dependencies
- Bump whatsapp-api-client-python from 0.0.40 to 0.0.41