Live data from Hacker News

Show HN: Hacker News TLDR

hn-tldr.herokuapp.com

1–3 of 3 posts

Re: Show HN: Hacker News TLDR

#2
There are similar projects out there but I wanted to play with some APIS and to try out Python 3s async IO library.

Uses the Aylien text analysis api to summarize and the Hackernews api to get the articles

Code here: https://github.com/Bachmann1234/hn-tldr

http://aylien.com/ https://github.com/HackerNews/API

Re: Show HN: Hacker News TLDR

#3

There are similar projects out there but I wanted to play with some APIS and to try out Python 3s async IO library. Uses the Aylien text analysis api to summarize and the Hackernews api to get the articles Code here: https://github.com/Bachmann1234/hn-tldr http://aylien.com/ https://github.com/HackerNews/API

Nicely done :)

I would give it a try for other communities as well.