https://github.com/agneum/scheduler-bot
https://github.com/agneum/scheduler-bot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agneum/scheduler-bot
- Owner: agneum
- Created: 2018-08-18T15:30:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T16:05:07.000Z (about 4 years ago)
- Last Synced: 2024-12-28T17:30:21.121Z (6 months ago)
- Language: Go
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduler Telegram Bot
## How it works
Scheduler:
- Read templates
- Get the next event time
- Create a new event based on the template and calculated time### /list
- print all scheduled events
- event description
- number of invited people
- display the exact event### /view
- print the exact event
- book the event### /invite
print all scheduled events### /cancel
cancel the booked eventinline_keyboard
## Roadmap
- init the structure
- schedule future events
- register a user
- invite to the event
- remind about the booked event