Skip to content

Latest commit

 

History

History
167 lines (125 loc) · 7.5 KB

README.md

File metadata and controls

167 lines (125 loc) · 7.5 KB

Rss Reader

Build Feeds pages-build-deployment

Read It

Native RSS

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

RSS Tool

RSS Source

Twitter/X Tool

Bypass Tool

GPT Summary resource

RSS Reader

  • https://feeeed.nateparrott.com/ - 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

Docs

RSS Feeds

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/<USERNAME>/m/<FEED_NAME>/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.