Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akagi201/rss
Github Pages as a Tiny RSS Reader
https://github.com/akagi201/rss
rss rss-aggregator rss-feed rss-generator rss-reader
Last synced: 4 days ago
JSON representation
Github Pages as a Tiny RSS Reader
- Host: GitHub
- URL: https://github.com/akagi201/rss
- Owner: Akagi201
- Created: 2022-11-18T11:44:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:08:34.000Z (16 days ago)
- Last Synced: 2024-10-30T02:47:46.328Z (16 days ago)
- Topics: rss, rss-aggregator, rss-feed, rss-generator, rss-reader
- Homepage: https://akagi201.github.io/rss/
- Size: 305 MB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rss Reader
[![Build Feeds](https://github.com/Akagi201/rss/actions/workflows/ci.yaml/badge.svg)](https://github.com/Akagi201/rss/actions/workflows/ci.yaml) [![pages-build-deployment](https://github.com/Akagi201/rss/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Akagi201/rss/actions/workflows/pages/pages-build-deployment)
[Read It](https://akagi201.github.io/rss)
## Native RSS
* GitHub: Appending ".atom" to most links, e.g.
* Substack: Appending "/feed" to link, e.g.
* Mirror: Appending "/feed/atom" to link, e.g.
* Ghost: Appending "/rss" to link, e.g.
* Medium: Adding "/feed" after medium.com, e.g.
* CSDN: Adding "/rss/list" to link, e.g.
* dev.to: Adding "/feed" to host, e.g.
* Just use [RSSHub Radar](https://chromewebstore.google.com/detail/kefjpfngnndepjbopdmoebkipbgkggaa) and [get-rss-feed-url-extension](https://github.com/shevabam/get-rss-feed-url-extension) to detect rss of any website.
* Reddit: `https://www.reddit.com//r/simpsonsshitposting/top/.rss?t=month` top posts from the month## Keyword based RSS
* Google News: `https://news.google.com/rss/search?q=site:twitter.com+llm+when:14d`
* Bing News: `https://www.bing.com/news/search?format=RSS&q=llm`
* Bing: `https://www.bing.com/search?format=RSS&q=llm`
* Wordpress: `https://en.search.wordpress.com/?f=feed&q=llm`
* Internet Archive: `https://archive.org/services/collection-rss.php?query=description:llm`
* Hacker News: `https://hnrss.org/newest?q=llm`
* Blawg Search: `https://blawgsearch.justia.com/rss/search?mode=rss&l=20&s=0&query=llm`
* Reddit: `https://www.reddit.com/search.rss?sort=new&q=llm`## RSS proxy
* -
*
*
*
* -
* - wechat to rss
* - 微信阅读订阅微信公众号,加入书架即可,新文章有通知。
*
*
*
* - IndieHackers Feed
*
*
* - telegram message to rss
*
* - rss-bridge, official:## RSS Tool
*
*
*
* - podcast to youtube music
* - add rss to site.
*
*
*
*
* - webpage to markdown
* - html to markdown in rust
* - html to markdown
* - podcast ai processing
* - podcast ai processing, rss, audio, youtube
* - generate video subtitle
* - self hosted podcast management
*
* - search feed from a site
* -- find and sniff rss links
* - rss reader and opml editor
* - opml editor
* - rss feed generator
* - rss feed finder
* - newsletter to rss
* - rss feed generator
* - rss feed finder
* - rss feed generator
* - rss feed generator## RSS Source
*
*
*
*
*## Twitter/X Tool
* - free thread reader
* - twitter thread video downloader
* - better twitter video embeds
* - x/twitter rss feed
* - twitter improved
* + Violentmonkey: add notes to x username
* Twitter Hunter X: Hightlights and Enhanced Search
* - chrome extension to nope a post.## Bypass Tool
*
*## GPT Summary resource
* hacker news ai summary
* - manay site's ai summary
* - AI-powered news aggregator and curator
* - news## RSS Reader
* - the most powerful RSS reader.
* miniflux - Go + Postgresql, self-hosted, easy to deploy.
* omnivore - self-hosted and free cloud, cross platform.
* freedium.cfg - unlock medium.## RSS Source
*
*
*## RSS + AI products
*
* - keyword base news collector
*## Docs
* [Feed Reference](https://github.com/osmoscraft/osmosfeed/blob/master/docs/osmosfeed-yaml-reference.md)
*## RSS Feeds
*
*
* - rss feed rewrite## Website changes notifier
*
## Clean webpage
*
*## Reddit Feeds
You can do the above hack with multiple subreddits too (like a multi-reddit, it combines multiple subreddits into one feed). For example:
`https://www.reddit.com/r/sub1+sub2+sub3/top/.rss?t=month`
Just replace sub1, sub2, etc... with the subs you want. NOTE- if I remember correctly, you can't use private or NSFW subreddits and the maximum number of subs per feed is something like 20 subs (i forget the exact number).
In addition, if you use the "Custom Feeds" feature and have some feeds you to follow via RSS, you can use that too:
`https://www.reddit.com/user//m//top/.rss?t=month`
The Custom Feed needs to be public and can't include any private or NSFW subreddits, similarly to the above.
Finally you can follow searches (like searching for something via the search bar) via RSS using a URL like this:
`https://www.reddit.com/search/.rss?q=search_term&t=month&sort=top`
Replace search_term with what you want to search for (and replace sort=top with sort=hot, sort=new, etc...). For "top of month" use "t=month" like the example, for "top day" use "t=day", etc.