SkillAgentSearch skills...

WABOTie

WABOtie is a chatbot for Whatsapp made in Python with Flask and using the Whatsapp Business API Webhook.

Install / Use

/learn @FelipeGCx/WABOTie
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.
View on GitHub
GitHub Stars8
CategoryCustomer
Updated6mo ago
Forks1

Languages

Python

Security Score

67/100

Audited on Aug 26, 2025

No findings