| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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)
git clone git@github.com:hackdna/hackernews.git
cd hackernews
mkvirtualenv -a $(pwd) hackernews
pip install -r requirements.txt
python hn.py -n 3| Back | FazBrowse Home | New Git URL |