Telegram bot for seating academic dinner parties (sitsit).
Currently, very much work in progress.
- Make a
.env
-file containingPLASSIBOT_TOKEN
and the corresponding token. - Run Docker with
docker run -d --env-file .env ghcr.io/fyysikkokilta/plaseerausbotti
- Clone the repo
- Install dependencies
(optional) or the testing dependencies as well
pip install -e .
pip install -e .[test]
- Start coding!