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
- Host: GitHub
- URL: https://github.com/sayakpaul/data-science-tweets-analysis
- Owner: sayakpaul
- Created: 2019-04-08T07:42:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T07:53:07.000Z (over 6 years ago)
- Last Synced: 2025-04-01T02:52:46.894Z (7 months ago)
- Topics: tweepy, vader-sentiment-analysis
- Language: Jupyter Notebook
- Size: 138 KB
- Stars: 5
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`