This Ruby script checks a group of RSS/podcast feeds, and checks if it has been updated since the last check. If it has been updated, it will push a notification to Parse. It saves the last update date and time to the last_update.yml file. To setup the script:
-
Rename
parse.sample.yml
toparse.yml
in thesettings
folder. -
Add your Parse settings to the
parse.yml
file. -
Rename
feeds.sample.yml
tofeeds.yml
in thesettings
folder. -
Add your feeds to the
feeds.yml
file. The keys MUST be unique, because we use it to reference the last updated date and time. -
Rename
last_update.sample.yml
tolast_update.yml
in thesettings
folder. -
Add keys for each feed, and a starting date to the
last_update.yml
similar to the examples in the file.
To run the script, just run the following command in your command line utility:
ruby feed_notifier.rb
Questions or problems? Please post them on the issue tracker. You can contribute changes by forking the project and submitting a pull request.
This script is created by Missional Digerati and is under the GNU General Public License v3.