Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zh/feedomizer
Convert feeds to valid Atom format
https://github.com/zh/feedomizer
Last synced: 10 days ago
JSON representation
Convert feeds to valid Atom format
- Host: GitHub
- URL: https://github.com/zh/feedomizer
- Owner: zh
- Created: 2011-03-09T09:46:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-09T09:48:06.000Z (over 13 years ago)
- Last Synced: 2023-04-10T23:23:59.593Z (over 1 year ago)
- Language: Python
- Homepage: http://feedomizer.appspot.com/
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Feed-o-mizer ##
### Convert feeds to valid Atom format ###
The application converting [RSS feeds](http://www.whatisrss.com/) from different formats (RSS 1.0, RSS 2.0 etc.) to [valid Atom 1.0 format](http://validator.w3.org/feed/), using great [Universal Feed Parser](http://www.feedparser.org/) python library.
You can consume the feed on URL (In the moment the application is [deployed on Google AppEngine](http://feedomizer.appspot.com/)):
http://feedomizer.appspot.com/atom?uri=[Your original feed URL]
*Example*: [HackerNews Atom Feed](http://feedomizer.appspot.com/atom?uri=http://news.ycombinator.com/rss)
The application also providing additional service for converting RSS feeds to [JSON format](http://json.org/) on URL:
http://feedomizer.appspot.com/json?uri=[Your original feed URL]
*Example*: [HackerNews JSON](http://feedomizer.appspot.com/json?uri=http://news.ycombinator.com/rss)