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