cixtor / rssfeed

Web application written in Go to curate articles from multiple RSS feeds like HackerNews, Reddit, etc. It will significantly improve your reading experience while using your favorite RSS client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curated RSS Feed

The RSS feed reads Hacker News, and retrieves a raw copy of the HTML code from each link. Then it passes the HTML code through a content analyzer based on Readability, a port of the original experiment by Arc90 to convert HTML pages into readable content, the same technology used by Safari, Firefox, Pocket, among others.

Install using Go

You'll need Go and either Reeder or Cappuccino.

go get -u github.com/cixtor/rssfeed

Install using Docker

You'll need Docker Desktop and either Reeder or Cappuccino.

docker-compose up -d

Usage

Use your favorite RSS client to subscribe to http://localhost:9628/news.rss

Reeder Cappuccino

About

Web application written in Go to curate articles from multiple RSS feeds like HackerNews, Reddit, etc. It will significantly improve your reading experience while using your favorite RSS client.


Languages

Language:Go 93.8%Language:Makefile 4.6%Language:Dockerfile 1.6%