My first Telegram bot
Mechanism that provides random draw for Secret Santa event
- Participant names and their ids are specified in the
participants.yml
file - Protection against multiple call by a single user
- Protection against calls from not participants
- aiogram (v3) as Telegram Bot API
- PyYAML to process YAML configuration