Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/extrange/mcq-bot


https://github.com/extrange/mcq-bot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# MCQ Bot

Telegram bot which sends MCQ questions and validates their answers to users.

Supports sending daily reminders to the user.

## Setup

You will need to enter the bot token manually by exec-ing into the compose container:

```
docker compose run -it mcq-bot bash
cd /app
python -m mcq_bot.main
```

Then, load the questions into the production database:

```
python -m mcq_bot.scripts.add_questions questions_dir data/prod.db
```