https://github.com/boyter/rss-feeds
Tagged lists of RSS feeds
https://github.com/boyter/rss-feeds
Last synced: about 1 year ago
JSON representation
Tagged lists of RSS feeds
- Host: GitHub
- URL: https://github.com/boyter/rss-feeds
- Owner: boyter
- License: mit
- Created: 2023-12-18T21:42:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T05:22:17.000Z (over 1 year ago)
- Last Synced: 2025-03-26T13:12:06.679Z (about 1 year ago)
- Language: Python
- Size: 327 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS-feeds
Tagged lists of RSS feeds, because sometimes you just want a machine readable list.
There are a lot of websites out there with lists of "top 100 rss feeds" however they usually belong to software that wants you to subscribe through their system. Sometimes you just want a list of the feeds so you can get the content yourself.
Thats where this repository fits in.
See `feeds.json` for a collection of all the feeds. Feeds include a collection of tags to get categorize the content because not all feeds return this information. Everything else such as title is not included, because feeds should include this information for you.
If you want to add feeds submit a PR. The `check.py` script will be run every now and then in order to confirm feeds actually return something and otherwise track the errors, with the intention to remove the feed at some point if it remains broken.