A Python CLI to browse news from Hacker News (and others, in the near future). Also is a Python implementation of the awesome hn-cli.
Via pip
$ pip install pynews
You can also clone this project and install via setup.py
$ git clone [email protected]:mazulo/pynews_cli.git
$ cd pynews_cli/
$ python setup.py install
- Get Top Stories:
$ pynews -t 10 # or
$ pynews --top-stories 10
# This will show the 10 first *top* stories from the list of 500.
- Get New Stories:
$ pynews -n 10 # or
$ pynews --news-stories
# This will show the 10 first *new* stories from the list of 500.