filters ShowHN articles posted within the month and with points greater than 25 tweets these from a twitter account
- https://newsapi.org/hacker-news-api
- https://github.com/HackerNews/API
- https://hacker-news.firebaseio.com/v0/item/14817671.json?print=pretty
- uses react.js and react-dom.js
- magicserver-python3
- comment out the
tweet_now
line - run
python main.py
(this will create a sqlite DB in your filesystem and update it with the lastest posts) - run
python app.py
(this will run a server in your localhost in port 8000) - goto http://127.0.0.1:8000