This project performs sentiment analysis on the NBA derived from Twitter data.
- /app - webapp files
- /data - database related files
- /twitter - twitter data collection files
- /nba_stats - nba statistics collection files
- Install python3
- Install tweepy
- 'pip install tweepy'
- Install textblob
- 'pip install textblob'
- 'python -m textblob.download_corpora'
- Change directory to the data folder
- Run db_prep.py
- Change directory to the twitter folder
- Add twitter credentials to credentials.py
- Run twitter.py
- Install python3
- Install nba_py
- 'pip install nba_py'
- Change directory to nba_stats
- Run create_db.py
- Run nba_stats.py
- Install nodejs
- Change directory to app
- Install required node modules
- 'npm install'
- Run server
- 'node server.js'
- Make use of API
- Add more API calls
- nba_stats needs to run daily
- Code cleanup
- combine db_prep and create_db