Go to file
Sijmen 597ee35fe3 Forgot returns 2017-11-10 19:13:38 +01:00
telewalrus@244c7ed6e6 Initial commit 2017-11-10 16:50:11 +01:00
.gitignore Initial commit 2017-11-10 16:50:11 +01:00
.gitmodules Initial commit 2017-11-10 16:50:11 +01:00
README.md Add running instructions 2017-11-10 17:32:02 +01:00
api.py Create README and move host to config 2017-11-10 17:31:12 +01:00
app.py Forgot returns 2017-11-10 19:13:38 +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

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.