You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TweeterPy is a python library to extract data from Twitter. TweeterPy API lets you scrape data from a user's profile like username, userid, bio, followers/followings list, profile media, tweets, etc.
Twitter Trends is a web-based application that automatically detects and analyzes emerging topics in real time through hashtags and user mentions in tweets. Twitter being the major microblogging service is a reliable source for trends detection. The project involved extracting live streaming tweets, processing them to find top hashtags and user …
Downloaded tweets from the most popular news agencies and extract keywords from them. In the next steps, I plotted a word cloud and did a sentiment analysis for tweets that have the keywords.
This project focuses on analyzing tweets from Twitter using topic modeling techniques and interactive visualizations. It employs Latent Dirichlet Allocation (LDA) to discover topics within the tweet data and generates interactive word clouds based on topic-term strengths derived from the model. Users can explore topics and related tweets interactiv
This project is about analyzing the raw tweet and extracting the text or phrase that best supports the sentiment and categorize tweet into Positive, Negative or Neutral sentiments.