Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 247 Bytes

#Nova Labs Kickstarter

##how2run:

  • Edit app/nlk.py and change the value of html to your kickstarter page
  • run python3.4 run.py
  • open index.html in your browser of choice

##dependencies

  • BeautifulSoup4
  • Flask
  • Flask-Cors
  • Requests