Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.02 KB

Gitter-Chat-Bot

Uses the most popular AI chat bot that is open sourced. For more information see the About page.

Get it up and running

Commands run on a Debian derivative (MX Linux). For Fedora/RHEL/BSD/etc use your own package manager and the appropriate packages there.

# use python or pypy
sudo apt install pypy3 python3 python3-dev python3-pip
pip3 install setuptools wheel chatterbot chatterbot_corpus gitterpy
git clone http://github.com/LordJashin32/Gitter-Chat-Bot
cd Gitter-Chat-Bot
python3 ./main.py

Make sure to fill in your Gitter API Key, and Room ID for your usage inside main.py.

Usage

This can be used for a variety of purposes but remember that nothing trumps real human interaction. So if you are trying to get people for something it might be better to handle that yourself than to use a bot.

This replies to any messages in the room period with @Username and the response except for messages from itself it will not respond to.