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

https://github.com/agneum/scheduler-bot


https://github.com/agneum/scheduler-bot

Last synced: 4 months ago
JSON representation

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 event

inline_keyboard

## Roadmap
- init the structure
- schedule future events
- register a user
- invite to the event
- remind about the booked event