Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 813 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 813 Bytes

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.