Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmzach09/Python_ChatBot_Google

A ChatBot made with Python and Google Search
https://github.com/lmzach09/Python_ChatBot_Google

Last synced: about 2 months ago
JSON representation

A ChatBot made with Python and Google Search

Awesome Lists containing this project

README

        

# 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](https://medium.com/@lelandzach/build-a-simple-chatbot-with-python-and-google-search-c000aa3f73f0)

## 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.