https://github.com/gabrielrf/calendar-telegram-alert
https://github.com/gabrielrf/calendar-telegram-alert
calendar python telegram
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrf/calendar-telegram-alert
- Owner: GabrielRF
- Created: 2019-03-29T14:19:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T15:22:40.000Z (about 7 years ago)
- Last Synced: 2025-01-10T04:36:25.674Z (over 1 year ago)
- Topics: calendar, python, telegram
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Calendar Alerts on Telegram
## About
Small python script that checks an `.ics` and notifies users what time the event will start on the following day.
## Setup
Create a `configfile.conf`
```
[NAME1]
token =
dest =
ics =
```
`token` = Telegram bot token
`dest` = Message destination
`ics` = Link to the `.ics`
## Run
```
python cal_alert.py NAME1
```