Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 356 Bytes

Hacker News CLI app

Uses the Hacker News REST API provided by Firebase to return the top N stories currently posted to Hacker News

Requires Python 3 (tested with Python 3.7.3)

Quick start

git clone git@github.com:hackdna/hackernews.git
cd hackernews
mkvirtualenv -a $(pwd) hackernews
pip install -r requirements.txt
python hn.py -n 3