Go to file
Sijmen 1ac8f1054c Update 'LICENSE' 2018-10-15 18:54:25 +00:00
telewalrus@819e5ef9c9 Update telewalrus to the latest version 2018-06-06 13:42:51 +02:00
.gitignore Add 'database' for keeping track of tokens and groups 2017-11-11 01:21:32 +01:00
.gitmodules Make telewalrus point to Streetwalrus' repo 2018-06-06 13:40:40 +02:00
LICENSE Update 'LICENSE' 2018-10-15 18:54:25 +00:00
README.md Fix git submodule update in README 2018-06-06 13:39:17 +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 update --init 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.