Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.12 KB

File metadata and controls

21 lines (18 loc) · 1.12 KB

Post tweets for new ShowHN

filters ShowHN articles posted within the month and with points greater than 25 tweets these from a twitter account

API used

Other available APIs

Running with React Front-end on localhost

Uses

Steps

  • 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