A Simple ChatBot for WhatsApp implementing WhatsApp Business API, and creating Webhook with flask
pip install virtualenv
git clone https://github.com/FelipeGCx/WABOTie.git
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
python3 main.py
Note
- open the bot.py file to do the logic of the responses, and commads.py to add the commands and responses.