/Python_ChatBot_Google

A ChatBot made with Python and Google Search

Primary LanguagePython

Simple ChatBot with Python and Google Search

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

Install

Clone the repo using command line and cd into the app.

pip install -r requirements.txt

Run

python server.py

Open a browser and go to localhost:8080.