Metadata-Version: 2.1
Name: dialog-whatsapp
Version: 0.0.1.2
Summary: 
Author: Vinicius Mesel
Author-email: 4984147+vmesel@users.noreply.github.com
Requires-Python: >=3.11,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# [talkd/dialog](https://github.com/talkdai/dialog) WhatsApp plugin

[talkd/dialog](https://github.com/talkdai/dialog) plugin for integration with whatsapp, simplifying communication with the whatsapp api

### Sample variables to be used inside the .env file

```
WHATSAPP_VERIFY_TOKEN=1234567890
WHATSAPP_API_TOKEN=1234567890
WHATSAPP_ACCOUNT_NUMBER=1234567890
API_HOST=http://localhost:8000 # In case of local development your ngrok url
```
