This is a web app used for the purpose of generating tweets about your favorite player in the NBA
- Flask
- Twitter API
- HTML
- CSS
- BS4
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'