Install dependencies by poetry
$ poetry install
Fill in telegram bot token & quiz-server host ip to .env
$ cp .env.example .env
$ vim .env
Start the bot
$ poetry run python3 app.py
Install dependencies by poetry
$ poetry install
Fill in telegram bot token & quiz-server host ip to .env
$ cp .env.example .env
$ vim .env
Start the bot
$ poetry run python3 app.py