Skip to content

A chatbot which interacts with WhatsApp contacts and groups.

Notifications You must be signed in to change notification settings

AryaEjoumalai/WhatsApp-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp-chatbot

A chatbot which interacts with WhatsApp contacts and groups

This is a WhatsApp chatbot made with Selenium and ChatterBot library of python. This works only on WhatsApp web

requirements: make sure you have python, selenium, ChatterBot and webdriver-manager installed. If not, go to command line and type:

pip install selenium

pip install ChatterBot

pip install webdriver-manager

To train the chatbot run train.py. To train the chatbot with custom dataset insted, run custom_train.py

To start the chatbot run main.py and input the name/number of the contact to auto-chat with. It'll start auto-chatting after logging into whatsapp web!

About

A chatbot which interacts with WhatsApp contacts and groups.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages