Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilgupta/rssreader
Command-line based RSS reader for Mac (backup of old class project)
https://github.com/neilgupta/rssreader
Last synced: 20 days ago
JSON representation
Command-line based RSS reader for Mac (backup of old class project)
- Host: GitHub
- URL: https://github.com/neilgupta/rssreader
- Owner: neilgupta
- Created: 2011-07-20T12:37:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-20T12:37:18.000Z (over 13 years ago)
- Last Synced: 2023-03-14T18:10:27.579Z (almost 2 years ago)
- Language: Objective-C
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
What This Is
============RSSReader is a command-line based RSS reader for Mac OS. This is just a backup of an old class project, and will not be of interest to anybody.
Features
========The RSSReader fetches and parses any RSS or Atom feed, prints the URL of the feed, the status of the parsing, the title of the feed, and the title, a small excerpt, and publication date of the latest items from the feed. RSSReader can handle plain text and CDATA text, and it gracefully handles broken URL's or other parse errors, such as poorly formatted XML.
In settings.plist, you will find 4 feeds. The first feed is an RSS feed, the second is an Atom feed, the third demonstrates what happens when a feed is disabled, and the fourth demonstrates what happens when an improper URL is provided.
The length of the excerpt can be configured for each feed in settings.plist by adjusting DescMax to the number of desired characters in the excerpt.