An open API service indexing awesome lists of open source software.

https://github.com/sayakpaul/data-science-tweets-analysis

Byte sized analysis of Data Science Tweets
https://github.com/sayakpaul/data-science-tweets-analysis

tweepy vader-sentiment-analysis

Last synced: 5 months ago
JSON representation

Byte sized analysis of Data Science Tweets

Awesome Lists containing this project

README

          

# Data-Science-Tweets-Analysis

Contains my analysis of tweets around the subject of **Data Science**.

I divided the tasks into three sections:
- Scraped the tweets from Twitter (needs the `Twitter API` creds) using `tweepy`
- Performed basic EDA (includes a word cloud)
- Generated the sentiment polarity scores of the tweets using `Vader`