Sijmen a8afbbc471 | ||
---|---|---|
telewalrus@819e5ef9c9 | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
api.py | ||
app.py | ||
config.py.example | ||
messages.py | ||
requirements.txt |
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
.