Web application to manage parking spots: handle access requests from users and assign spots with equal rights for everyone.
Tools used:
Get Slack credentials (see Security
tokens) and save them in .instance/slack-config.toml
:
[slack]
TOKEN = 'xoxb-cd5678'
SIGNING_SECRET = 'ab1234'
Create virtual environment, setup the database and finally run the bot:
$ # git clone && cd
$ make venv
$ source .venv/bin/activate
$ alembic upgrade ec5ddda825ce
$ ./scripts/bot
See Manual for documentation.