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

https://github.com/gabrielrf/calendar-telegram-alert


https://github.com/gabrielrf/calendar-telegram-alert

calendar python telegram

Last synced: 8 months ago
JSON representation

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
```