Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beanieboi/ruthe-rss
fetch information from ruthe.de and create a rss feed
https://github.com/beanieboi/ruthe-rss
Last synced: 24 days ago
JSON representation
fetch information from ruthe.de and create a rss feed
- Host: GitHub
- URL: https://github.com/beanieboi/ruthe-rss
- Owner: beanieboi
- Created: 2010-01-27T10:10:33.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-09-10T16:09:05.000Z (about 12 years ago)
- Last Synced: 2023-04-11T19:11:02.833Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create RSS-Feed for Ruthe.de
============================ruthe.rb
--------Fetches and parses Ruthe.de website and stores timestamp
and current comic number in a state fileruthe_rss.rb
------------Reads state file and generates RSS feed out of it.
By default, the RSS feed is written to `ruthe.xml`.
### Commandline Options
* `-o `: Write RSS feed to `` instead of `ruthe.xml`
* `-o -`: Write RSS feed to standard output instead of
`ruthe.xml`. Useful when called by RSS feed readers which can read
feeds by calling scripts like Liferea.* `-f`: Fetch data from website before generating the RSS feed.
ruthe_bilder.txt
----------------State file
ruthe.xml
---------Default name for the generated RSS feed.
Requirements
============* Ruby
* Nokogiri
* RSS MakerUsage with Liferea
==================I suggest to create a subdirectory `scripts` in your `.liferea_…`
folder to store feed generating scripts like this. Examples below for
Liferea 1.8. Adapt version number in paths as necessary.mkdir ~/.liferea_1.8/scripts
cd ~/.liferea_1.8/scripts
git clone git://github.com/beanieboi/ruthe-rss.gitThen create a new subscription in Liferea with the source type "command". Enter
~/.liferea_1.8/scripts/ruthe_rss.rb -o - -f
as command. Liferea should show today's comics as sole entry for the feed.