A tweetdeck like interface to browse Hacker News
Live https://hndeck.sagunshrestha.com/
- Python 3.6+
- pip
$ pip install -r requirements.txt
Collect data, alternatively schedule fetch_data.py as cron job
$ python fetch_data.py
Run server
$ python app.py