Build a simple ChatBot with Python that uses Google Search as its brain. The app consists of a Python 3 server and a web interface.
Simple Python ChatBot tutorial post on my Medium
Clone the repo using command line and cd
into the app.
pip install -r requirements.txt
python server.py
Open a browser and go to localhost:8080.