https://github.com/ganesshkumar/miniflux-notification
Library to watch miniflux server and send notifications
https://github.com/ganesshkumar/miniflux-notification
miniflux
Last synced: 2 months ago
JSON representation
Library to watch miniflux server and send notifications
- Host: GitHub
- URL: https://github.com/ganesshkumar/miniflux-notification
- Owner: ganesshkumar
- License: apache-2.0
- Created: 2018-10-18T19:34:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:15:07.000Z (over 2 years ago)
- Last Synced: 2025-01-08T08:42:20.925Z (4 months ago)
- Topics: miniflux
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniflux-notification
> Library to watch miniflux and send notifications
To improve the amount of time I spend in reading the RSS feeds I follow, this script analyses the state of my Miniflux server at fixed time slots and notifies my via Telegram.
## Environmental Variables
| Variable | Description |
| -------------------------- | ------------------------------------------------------- |
| REACT_NOTIFY_URL_WITH_CODE | My url for azure function to send Telegram notification |
| MINIFLUX | Miniflux URL |
| USERNAME | Miniflux username |
| PASSWORD | Miniflux password |