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!