Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alicey0719/ical_notify


https://github.com/alicey0719/ical_notify

discord ical python

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# ical_notify
ical diff -> discord webhook

## setup
```
cat <<'EOF' | tee app/.env
ICAL_URL=''
WEBHOOK_URL=''
EOF
```

## run
```
python3 app/ical_notify.py
```