https://github.com/kaistullich/chill-chatbot
Small chatbot for checking weather, or just some small talk.
https://github.com/kaistullich/chill-chatbot
flask python redis rivescript
Last synced: 17 days ago
JSON representation
Small chatbot for checking weather, or just some small talk.
- Host: GitHub
- URL: https://github.com/kaistullich/chill-chatbot
- Owner: kaistullich
- License: mit
- Created: 2017-10-08T06:10:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T22:56:30.000Z (over 8 years ago)
- Last Synced: 2025-10-23T00:40:53.468Z (6 months ago)
- Topics: flask, python, redis, rivescript
- Language: JavaScript
- Homepage: https://chill-chatbot.herokuapp.com/
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chill Chatbot
## Introduction
This small chatbot allows users to have conversations about anything with the bot. The user is also able
to ask about the weather for any given city, and will also (...in the future) be able to ask for currency exchange,
movie times & reviews, and many other features I hope to implement.
## Installation
To be able to use the bot go ahead and visit him (...or her??) [here](https://chill-chatbot.herokuapp.com/). If you
want to do any sort of contribution please download Python 3.5+, which you can
download [here](https://www.python.org/downloads/).
After installing Python clone or download this repo. After doing so run the following command to
install all the requirements:
```python3
pip3 install -r requirements.txt
```
When all the packages are done downloading you can start up the app by running:
```python3
python3 app.py
```
Running that command will start up a local server and you can navigate to [localhost:5000](#)
Go ahead and chat with the bot, if you are not sure what it can do just type "help". Enjoy!