nkalambur / SI507_FinalProject

Repo for final project
0 stars 0 forks source link

SI507_FinalProject

Repo for final project

I plan to conduct an analysis of President Donald Trump's twitter usage. I will run a basic sentiment analysis using an open source sentiment analyzer package, such as TextBlob. Similarly, I will analyze who Trump most frequently mentions in his tweets. Time permitting, I will also see if there is any basic correlation between Trump's tweets retweet count and their sentiment score.

Part 0: Get Data from Twitter

Part 1: Build Class

Part 2: Migrate to SQL

Part 3: Visualize Data

Part 4: Test methods