Go to file
Sijmen 9756361efc I did another dumb. This is why database systems exist. 2017-11-11 01:38:21 +01:00
telewalrus@244c7ed6e6 Initial commit 2017-11-10 16:50:11 +01:00
.gitignore Add 'database' for keeping track of tokens and groups 2017-11-11 01:21:32 +01:00
.gitmodules Initial commit 2017-11-10 16:50:11 +01:00
README.md Update readme 2017-11-10 20:06:00 +01:00
api.py Add 'database' for keeping track of tokens and groups 2017-11-11 01:21:32 +01:00
app.py I did another dumb. This is why database systems exist. 2017-11-11 01:38:21 +01:00
config.py.example Create README and move host to config 2017-11-10 17:31:12 +01:00
messages.py Initial commit 2017-11-10 16:50:11 +01:00
requirements.txt Initial commit 2017-11-10 16:50:11 +01:00

README.md

pimpybot

Make sure to clone recursively: git clone --recursive git@github.com:SijmenSchoon/pimpybot. If you forgot, just run git submodule init --update after cloning.

Set-up

Copy config.py.example to config.py, and edit it as the comments say.

Then, create a virtualenv (or not), then run pip3 install -r requirements.txt

Note: pimpybot requires Python 3.6.

Running

python3 app.py.