Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Hacker News

A Python-based CLI for working with Hacker News.

Requirements

Using hackernews

Help

hackernews.py -h

Saved items

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

About

A Python-based CLI for working with Hacker News.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors