What does HackerNews think of haxor?
Unofficial Python wrapper for official Hacker News API
The three major pain points redigest.it improves for me are:
1. I want to see links once, then hide them.
2. I want to have better control over which links and how many of them I get to see. Especially when I haven’t visited the sites for more than a day facing a large backlog.
3. I often want to see the best links since my last visit instead of “hot” links. (reddit’s “top” fails because it underrepresents small subreddits as they tend to have low scores.)
Visiting the sites too often shows me few new links under many that I’ve already seen. Visiting the sites too rarely makes it easy to miss good links/discussions and overwhelming due to the amount of content.
More detailed descriptions of the benefits:
- Hacker News: http://www.redigest.it/hn/why
- reddit: http://www.redigest.it/r/why
There are three digests so far:
- Hacker News: http://www.redigest.it/hn/
- reddit’s /r/all: http://www.redigest.it/r/
- Your personal reddit frontpage: http://www.redigest.it/r/my/
The personal reddit digest is the one with the most improvements so far.
The site is using:
- Flask
- RethinkDB
- haxor for the Hacker News API: https://github.com/avinassh/haxor
- Praw for the reddit API: https://praw.readthedocs.org/
Next, I’m going to take the number of comments into account for the HN digest.
Looking forward to your feedback!