上传者: 42102272
|
上传时间: 2021-11-03 23:57:20
|
文件大小: 49KB
|
文件类型: -
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