Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 517 Bytes

File metadata and controls

21 lines (13 loc) · 517 Bytes

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.