Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 471 Bytes

File metadata and controls

34 lines (16 loc) · 471 Bytes

Hoop Tweets

This is a web app used for the purpose of generating tweets about your favorite player in the NBA

Technology

  • Flask
  • Twitter API
  • HTML
  • CSS
  • BS4

Usage

Clone my repo and then install the following

Install Flask by running 'pip3 install flask' in your terminal

Install requests by running 'pip3 install requests' in your terminal

Install bs4 by running 'pip3 install bs4' in your terminal

Finally run using 'flask run'