Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 378 Bytes

readme.md

File metadata and controls

25 lines (13 loc) · 378 Bytes

HN Deck

A tweetdeck like interface to browse Hacker News

Live https://hndeck.sagunshrestha.com/

Pre requisites

  • Python 3.6+
  • pip

Install Requirments

$ pip install -r requirements.txt

Run App

Collect data, alternatively schedule fetch_data.py as cron job

$ python fetch_data.py

Run server

$ python app.py