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

https://github.com/barsikus007/calendarbot

Telegram bot to maintain google calendar
https://github.com/barsikus007/calendarbot

aiogram async docker-compose google-calendar-api python sqlmodel

Last synced: about 1 year ago
JSON representation

Telegram bot to maintain google calendar

Awesome Lists containing this project

README

          

# University calendar parser and updater script
## Configuration
- Get `credentials.json` from https://developers.google.com/calendar/api/quickstart/python and put it to root of project
- Change `.env.example` file as you need and rename it to `.env`
## Run
To deploy, you need just specify your configs and run it in docker via:
```bash
docker compose up -d --build
```
Then check logs for link to auth your credentials
## Frontend
https://github.com/barsikus007/xalendar