Hacker News new | ask | show | jobs
Tell HN: Linkhive, a tool to backup your saved HN stories
1 points by Gambit89 5861 days ago
Source is here: http://github.com/achea/linkhive

Basically, it's a tool written in Python to download/backup your saved stories to a MySQL database. You can then use a minimally functional search program written in C++/Qt to perform SQL SELECT queries on it. A screenshot ( http://imgur.com/RJt01 ).

Setup is a little involved at the moment, at least until I write proper install scripts.

Any feedback/ideas for improvement are appreciated. :-)