Twitter_Data_Analysis
使用Python中的Tweepy软件包获取推文的各种代码
档案结构:
.
├── README.md <-- This is instruction file
├── get_tweets_for_username <-- Jupyter Notebook to get the latest tweets of the specified user
├── tweet_sentiment_analysis <-- Sentiment will be identified using TextBlob and piechart will be shown at the end
├── live_twitter_extraction <-- basic co
1