Metadata-Version: 2.1
Name: whatsappchatbot
Version: 0.0.5
Summary: Whatsapp chatbot
Home-page: https://github.com/maxsanwal/whatsappChatbot
Author: Seemant Singh
Author-email: seemantskype@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/maxsanwal/whatsappChatbot/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: click (==7.1.2)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: configparser (==5.0.2)
Requires-Dist: crayons (==0.4.0)
Requires-Dist: idna (==2.10)
Requires-Dist: joblib (==1.0.1)
Requires-Dist: nltk (==3.5)
Requires-Dist: numpy (==1.20.1)
Requires-Dist: regex (==2021.3.17)
Requires-Dist: requests (==2.25.1)
Requires-Dist: scikit-learn (==0.24.1)
Requires-Dist: scipy (==1.6.1)
Requires-Dist: selenium (==3.141.0)
Requires-Dist: sklearn (==0.0)
Requires-Dist: threadpoolctl (==2.1.0)
Requires-Dist: tqdm (==4.59.0)
Requires-Dist: urllib3 (==1.26.4)
Requires-Dist: webdriver-manager (==3.3.0)

# Whatsapp Chatbot
Chatbot trained using your whatsapp chat history. 
Steps to run the program:
1. download your whatsapp chats
2. pip install whatsappchatbot
3. import whatsappchatbot
4. whatsappchatbot.start_chat("Your-contact's-name-same-as-in-the-file", "Your-name-same-as-in-the-file", "Chatfile-location") 
5. scan qr after whatsapp page loads up on your chrome browser and wait for main page to load and then press enter on your terminal or whatever you are running the code on.

