WABOTie
WABOtie is a chatbot for Whatsapp made in Python with Flask and using the Whatsapp Business API Webhook.
Install / Use
/learn @FelipeGCx/WABOTieREADME
WABOTie
A Simple ChatBot for WhatsApp implementing WhatsApp Business API, and creating Webhook with flask
🚀 Get Starting
Install virtual enviroment if you don't have one
pip install virtualenv
Clone the repository
git clone https://github.com/FelipeGCx/WABOTie.git
Open the repository in your Developer enviroment
Create your virtual enviroment
virtualenv venv -p python3
Init your virtual enviroment
source venv/bin/activate
Install the requirement.txt
pip install -r requirements.txt
Open the setup.json file and complete the fields
🌟 Run the app
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.
