RSSify

Hacker News RSS feeds

View the Project on GitHub gianlucaborello/rssify

RSS feeds for Hacker News, Ask Hacker News, Show Hacker News and Bogleheads.org.

Content is automatically scraped every 30 minutes. The app is hosted on GAE, and in case you want to use the feeds yourself, here they are:

Hacker News (by points) Link
HN - 10+ points hn10points
HN - 50+ points hn50points
HN - 100+ points hn100points
HN - 250+ points hn250points
HN - 500+ points hn500points
Ask HN - 10+ points askhn10points
Ask HN - 50+ points askhn50points
Ask HN - 100+ points askhn100points
Show HN - 10+ points showhn10points
Show HN - 50+ points showhn50points
Show HN - 100+ points showhn100points
Hacker News (by comments) Link
HN - 10+ comments hn10comments
HN - 50+ comments hn50comments
HN - 100+ comments hn100comments
Ask HN - 10+ comments askhn10comments
Ask HN - 50+ comments askhn50comments
Ask HN - 100+ comments askhn100comments
Show HN - 10+ comments showhn10comments
Show HN - 50+ comments showhn50comments
Show HN - 100+ comments showhn100comments
Bogleheads.org Link
Posts - 10+ comments bogleheads10
Posts - 50+ comments bogleheads50
Posts - 100+ comments bogleheads100

It's my first Java on GAE project. Data is saved by a background worker into the NoSQL Google database, and read from there.

I've done this in a very short amount of time so there are tons of bugs, but it works well enough for my use case.