How to Ntfy for Miniflux
-
Miniflux-Ntfy
https://gitlab.com/akumar-xyz/miniflux-ntfy
A simple process that will send push notifications for new Miniflux entries through ntfy.
How it works
Assuming you have already installed the requirements in
requirements.txt
./miniflux-ntfy.py -c <path-to-config-file>
Config file?
The configuration is specified in a JSON format. See config/config.example.json for an example, the format should be simple to understand.
The config file can take multiple entries (mainly to facilitate multiple users.)
The
cron_exp
specifies how frequently the process needs to query miniflux for new entries. The cron expression can also do second repeats using a 6th subexpression. See croniter documentation for more details.