A Python-based CLI for working with Hacker News.
hackernews.py -h
Retrieve a user's latest saved items, and print the output as JSON (default):
hackernews.py saved -u 'username' -p 'password'
Retrieve all saved items, and print the output as XML (this might take a while):
hackernews.py saved -all -e xml -u 'username' -p 'password'
Help for the saved subcommand:
hackernews.py saved -h