Skip to content

hackdna/hackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hacker News CLI app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages