Go to file
Sijmen 3cbf729ff8 Change readme to mention gitea 2018-06-06 12:45:09 +02: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 Change readme to mention gitea 2018-06-06 12:45:09 +02:00
api.py Add 'database' for keeping track of tokens and groups 2017-11-11 01:21:32 +01:00
app.py Change intro message 2017-11-16 21:40:54 +01:00
config.py.example Update config example 2017-11-14 21:03:54 +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 ssh://git@sijmenschoon.nl:221/sijmen/pimpybot.git. 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.