https://github.com/nawinds/attendance_bot
Telegram bot for tracking attendance. Started with crontab
https://github.com/nawinds/attendance_bot
attendance itmo-university kurchatovskaya-school telegram-bot
Last synced: about 2 months ago
JSON representation
Telegram bot for tracking attendance. Started with crontab
- Host: GitHub
- URL: https://github.com/nawinds/attendance_bot
- Owner: nawinds
- License: mit
- Created: 2023-01-26T15:35:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:52:37.000Z (8 months ago)
- Last Synced: 2025-03-30T03:34:17.688Z (7 months ago)
- Topics: attendance, itmo-university, kurchatovskaya-school, telegram-bot
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poll sender bot
This bot was made to send polls to the group chat of our university group.
This poll is used to document the attendance.### How it works
In the morning on work days the `send_poll.py` script is started
by the crontab and the poll is being sent.There are also commands that are processed
by handlers in `main.py` module. These commands are used
to get help section, delete a poll from the chat, or to send one out of schedule.