Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extrange/mcq-bot
https://github.com/extrange/mcq-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/extrange/mcq-bot
- Owner: extrange
- Created: 2024-08-10T22:51:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:21:27.000Z (4 months ago)
- Last Synced: 2024-08-27T13:42:03.780Z (4 months ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```