Skip to content

Tiny Python 3 RSS reading script to get notifications (using ntfy) of new posts.

License

Notifications You must be signed in to change notification settings

Kariton/rss-ntfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSS ntfy

Very small RSS notifier using ntfy. I would highly recommend using a self hosted ntfy instance, so that you can use whatever ntfy names you want.

It's designed for use alongside certain 'alternative frontend services'. I use it for:

Both of these provide RSS feeds, which are on basically every page plus /rss: very handy.

Usage

Dependencies

Setup

I recommend cloning the repo to a remote server (I run it on an Ubuntu server):

git clone https://github.com/julianorchard/rss-ntfy.git

At the moment, there is a global variable called SERVICES. Edit this to rename services/add a different URL for a preferred instance of whatever service you're using.

SERVICES = [{"service": "nitter", "url": "https://nitter.it/"}, 
            {"service": "proxitok", "url": "https://proxitok.pabloferreiro.es/@"}]

You can then use a crontab or a systemd service (or, on Windows, a Task Scheduler task) to run the command periodically.

License

Under the MIT License. See license file for more information.

About

Tiny Python 3 RSS reading script to get notifications (using ntfy) of new posts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Dockerfile 2.7%