Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voidfiles/awesome-rss
Awesome links related to RSS, ATOM, and Syndication formats.
https://github.com/voidfiles/awesome-rss
List: awesome-rss
Last synced: 3 months ago
JSON representation
Awesome links related to RSS, ATOM, and Syndication formats.
- Host: GitHub
- URL: https://github.com/voidfiles/awesome-rss
- Owner: voidfiles
- License: other
- Created: 2016-09-22T23:18:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T13:18:30.000Z (9 months ago)
- Last Synced: 2024-04-16T18:37:34.137Z (7 months ago)
- Language: Python
- Size: 383 KB
- Stars: 39
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - voidfiles/awesome-rss - Awesome links related to RSS, ATOM, and Syndication formats. (Python)
README
# Awesome RSS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of awesome RSS/ATOM/Syndication links
Inspired by [awesome-python](https://github.com/vinta/awesome-python).
- [Awesome RSS](#awesome-rss)
- [Apps](#apps)
- [Libraries](#libraries)
- [Readers](#readers)
- [Syndication Formats](#syndication-formats)- - -
## Syndication Formats
*Standards, or conventions for syndicating content*
* [ATOM](https://en.wikipedia.org/wiki/Atom_(standard)) - The Atom Syndication Format is an XML language used for web feeds
* [hFeed](http://microformats.org/wiki/h-feed) - h-feed is a microformat for marking up a stream or feed of posts, like complete posts on a home page or archive pages, or summaries or other brief lists of posts.
* [RSS](https://en.wikipedia.org/wiki/RSS) - Really Simple Syndication## Hosted Readers
*Tools to read feeds.*
* [Feed Wrangler](https://feedwrangler.net/welcome.html) - a modern, sustainable RSS reader.
* [Feedbin](https://feedbin.com/) - A fast, simple reader that delivers a great reading experience.
* [Feedly](http://feedly.com/) - The content you need to accelerate your research, marketing, and sales.
* [Inoreader](http://www.inoreader.com/) - The content reader for power users who want to save time.
* [NewsBlur](https://newsblur.com/) - NewsBlur is a personal news reader bringing people together to talk about the world## Self-Hosted Readers
* [Fever](http://www.feedafever.com/) - Fever takes the temperature of your slice of the web and shows you what's hot.
* [Selfoss](https://selfoss.aditu.de/) - The new multipurpose rss reader, live stream, mashup, aggregation web application
* [TT-RSS](https://tt-rss.org/gitlab/fox/tt-rss/wikis/home) - Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.## Apps
*Apps for reading feeds*
* [minirss](https://github.com/132ikl/minirss) - A minuscule RSS notifier. Simply lets you know using your notification daemon when there's a new item and lets you navigate to it using your browser.
* [Reeder](http://reederapp.com/) - A news reader for Feedbin, Feedly, Feed Wrangler, FeedHQ, NewsBlur, The Old Reader, Inoreader, Minimal Reader, BazQux Reader, Fever, Readability and Instapaper.
* [Unread](http://supertop.co/unread/) - Rediscover the joy of reading your favorite writers with Unread. For iPhone or iPad.## Libraries
*Various libraries for parsing, and producing feeds*
* [feedparser](https://pypi.python.org/pypi/feedparser) - (Python) Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds
* [simplepie](http://simplepie.org/) - (PHP) SimplePie is a very fast and easy-to-use feed parser, written in PHP, that puts the 'simple' back into 'really simple syndication# Contributing
Your contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md) first.
I will keep some pull requests open if I'm not sure whether those libraries are awesome, you could [vote for them](https://github.com/voidfiles/awesome-rss/pulls) by adding :+1: to them. Pull requests will be merged when their votes reach **5**.