rss-feed

Top 23 rss-feed Open-Source Projects

  • RSS-Bridge

    The RSS feed for websites missing it

  • Project mention: Web Calendars Should Be Discoverable and Provide iCalendar Feeds | news.ycombinator.com | 2024-01-26

    > make the calendar available via rss.

    I've thought a lot about ICS/RSS combinations[0], and my current stance is that while they achieve similar things in some cases, RSS is meant for things that happened in the past (items in the future may or may not show in your client), and calendars are meant for future events. This incompatibility makes it hard to do RSS feeds for events, unless you use event-publication-date, which has its own issues.

    I've instead been working on custom calendars for sites I care about.[1] is one such attempt from someone else, but I've been focusing on simpler options[2]

    There's also the problem that both Android and Windows are horrible with webcal (iOS/MacOS/Linux work decently well), making "subscribable web calendars" out of reach of most Android users, unless the understand the terrible UX that these platforms offer.

    [0]: https://github.com/RSS-Bridge/rss-bridge/issues/1351

    [1]: https://github.com/simon816/ical-bridge

    [2]: https://captnemo.in/blr-habba/

  • ALL-about-RSS

    A list of RSS related stuff: tools, services, communities and tutorials, etc.

  • Project mention: Google helped destroy adoption of RSS feeds | news.ycombinator.com | 2024-02-24

    https://github.com/AboutRSS/ALL-about-RSS/commits/master.ato... perhaps?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • blog-post-workflow

    Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed

  • Project mention: How to Create a Kick-Ass GitHub Profile in 5 Minutes | dev.to | 2023-06-22

    Now, we will create a new action for your repository. There is an awesome action template that can be used directly. This action will fetch the blogs from your Medium profile and put that on your GitHub profile page.

  • trafilatura

    Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments

  • Project mention: Trafilatura: Python tool to gather text on the Web | news.ycombinator.com | 2023-08-14

    The feature list answers that question pretty well: https://github.com/adbar/trafilatura#features

    Basically: you could implement all of this on top of BeautifulSoup - polite crawling policies, sitemap and feed parsing, URL de-duplication, parallel processing, download queues, heuristics for extracting just the main article content, metadata extraction, language detection... but it would require writing an enormous amount of extra code.

  • gofeed

    Parse RSS, Atom and JSON feeds in Go

  • rss-proxy

    RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.

  • Project mention: damoeb/rss-proxy - what is the 'outfacing URL'? | /r/selfhosted | 2023-05-28

    https://github.com/damoeb/rss-proxy/ (specifically https://github.com/damoeb/rss-proxy/#quickstart-using-docker)

  • rss-parser

    A lightweight RSS parser, for Node and the browser

  • Project mention: The Voxgig Podcast Chatbot: Triggering Ingestion, and some Debugging DX | dev.to | 2024-03-22

    We get the individual episode details from the items property of the RSS (we parse it using the rss-parser package) to handle RSS variants. We loop over each episode and emit a process:episode event for each one.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • MonitoRSS

    MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz

  • Project mention: RSS is still pretty great | news.ycombinator.com | 2024-02-11

    I love RSS. I take a bit of an unconventional approach and use Discord as my RSS reader. I run a self hosted instance of MonitoRSS (https://github.com/synzen/MonitoRSS). I have a server with just me and my bot instance and I tend to group my feeds into categories and channels (effectively creating a tab system per subscription or group of subscriptions). I have Discord installed on my laptop, phone, and desktop so this means that I can easily look at all my subscribed feeds wherever it's convenient for me. When I'm not set to "do not disturb", I even get push notifications on my devices when content is posted to feeds that go to channels I haven't muted. I think the only real downside of the setup is some days I am very busy and don't check the server that often, so I'll come back to a large backlog of things to read and I'll end up missing or under-appreciating some gems.

  • rssbox

    :newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.

  • awesome-rss-feeds

    Awesome RSS feeds - A curated list of RSS feeds (and OPML files) used in Recommended Feeds and local news sections of Plenary - an RSS reader, article downloader and a podcast player app for android

  • FeedHQ

    FeedHQ is a web-based feed reader

  • Hackershare

    Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature

  • GNews

    A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.

  • Project mention: Need some help with my personal project (interactive world map with real-time data) | /r/datascience | 2023-05-15

    The web crawling part wasn't much of an issue - I am using an existing API (https://pypi.org/project/gnews/) which does what I needed. The issue lies in, well, pretty much the rest of the task described above. I need to create an interactive world map with real-time data (news articles) - more specifically, maintaining the data server, figuring out the data mapping part, etc. Since I pretty much have no experience in this, I would like to ask you guys for some directions. What tool would I need to use and how would I store/load the data? Is it possible to do so without writing some Javascript code myself?

  • RSS-Parser

    A Kotlin Multiplatform library to parse a RSS Feed (by prof18)

  • Project mention: Show HN: FeedFlow – a minimalistic and opinionated RSS Reader | news.ycombinator.com | 2023-08-02

    - I want to use a “disposable” browser and not my main one for reading, where I can nuke navigation data or auto-handle cookie banners (DuckDuckGo or Firefox Focus).

    With that in mind, I decided to start the development of FeedFlow and now it's available for Android, iOS and macOS. On the tech side it's built with Jetpack Compose for the Android app, Compose Multiplatform for the desktop app, and SwiftUI for the iOS app. And the parsing is done with a library that I've developed called RSSParser: https://github.com/prof18/RSS-Parser

    FeedFlow offers a minimalistic feeds list and it opens the articles on their respective websites with the broswer of your choice (on mobile). FeedFlow also supports importing an existing RSS collection through OPML files.

    Feel free to ask any questions or share any feedback. Looking forward to it!

    - Marco

  • gorss

    Go Terminal Feed Reader

  • Project mention: Ask HN: Most interesting tech you built for just yourself? | news.ycombinator.com | 2023-04-27

    Nice approach! I added a very basic keyword filter in my rss reader (https://github.com/lallassu/gorss) to do some sort of "cleaning". But having a section in the reader that would filter out the articles more intelligent would be very nice, and maybe bundled them into clusters.

  • RSS Monster

    Google Reader inspired self-hosted RSS reader written in VueJS with an Express NodeJS backend. RSSMonster is compatible with the Fever API.

  • reader

    A Python feed reader library. (by lemon24)

  • lunar-launcher

    Feature rich android home with minimal look. 🇵🇸

  • Project mention: Ask HN: Any privacy-preserving minimalist phone launchers for Android? | news.ycombinator.com | 2023-05-29

    I found these two on F-Droid. Open source.

    https://github.com/iamrasel/lunar-launcher

    https://github.com/tanujnotes/Olauncher

    Although you asked for launchers, you might be interested in GrapheneOS, although it's only compatible with Pixels

  • journalist

    Journalist. An RSS aggregator.

  • get-rss-feed-url-extension

    Retreive RSS feeds URLs from WebSite - Chrome Extension

  • Project mention: Good RSS Feeds to follow | /r/selfhosted | 2023-06-10

    You're welcome. There is also a chrome extension https://github.com/shevabam/get-rss-feed-url-extension that allows you to check if certain blog sites / websites have their own rss feeds, allowing you to copy the links

  • GitHubTrendingRSS

    Unofficial RSS feed generator for GitHub Trending

  • Project mention: GitHub Trending RSS | news.ycombinator.com | 2023-12-30
  • rssnix

    Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

  • Goeland

    An alternative to rss2email written in golang with many filters

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

rss-feed related posts

Index

What are some of the best open-source rss-feed projects? This list will help you:

Project Stars
1 RSS-Bridge 6,819
2 ALL-about-RSS 4,158
3 blog-post-workflow 2,890
4 trafilatura 2,740
5 gofeed 2,454
6 rss-proxy 1,672
7 rss-parser 1,294
8 MonitoRSS 1,020
9 rssbox 758
10 awesome-rss-feeds 580
11 FeedHQ 568
12 Hackershare 556
13 GNews 532
14 RSS-Parser 477
15 gorss 427
16 RSS Monster 427
17 reader 416
18 lunar-launcher 393
19 journalist 286
20 get-rss-feed-url-extension 192
21 GitHubTrendingRSS 178
22 rssnix 169
23 Goeland 160

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com