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.
This is a simple Flask-based web application that uses the Twitter API v2 to fetch recent tweets based on a keyword and performs sentiment analysis using TextBlob. It classifies each tweet as Positive, Negative, or Neutral.