Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicey0719/ical_notify
https://github.com/alicey0719/ical_notify
discord ical python
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alicey0719/ical_notify
- Owner: Alicey0719
- Created: 2024-11-04T08:06:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T08:22:40.000Z (2 months ago)
- Last Synced: 2024-11-12T09:51:01.360Z (about 2 months ago)
- Topics: discord, ical, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```