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
- Host: GitHub
- URL: https://github.com/barsikus007/calendarbot
- Owner: barsikus007
- Archived: true
- Created: 2021-06-13T09:07:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T05:20:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T07:34:33.501Z (about 1 year ago)
- Topics: aiogram, async, docker-compose, google-calendar-api, python, sqlmodel
- Language: Python
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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