文件名称:TEA_Twitter提取和分析:基于Tweepy的Twitter提取和分析工具
文件大小:82KB
文件格式:ZIP
更新时间:2024-02-27 05:01:58
machine-learning twitter analysis sentiment tweepy
Twitter提取和分析 基于Tweepy的Twitter提取和分析工具 专为UniMe实习和毕业论文设计(代码:TEA) 重要提示:在运行任何工具之前,获取您的Twitter API密钥并将其写入授权文件中(例如auth_creds.ini )。 适用于Linux(任何发行版),Windows(7 / 8.1 / 10),macOS(从OS X Yosemite到更高版本) 系统要求 Python 3(仅适用于Python 3,目前没有反向移植) Tweepy模块: pip3 install tweepy Texblob模块: pip3 install textblob NLTK
【文件预览】:
TEA_Twitter-Extraction-and-Analysis-master
----polarity_plotter.py(5KB)
----country_processor.py(3KB)
----scraper.py(4KB)
----get_timeline.py(2KB)
----filter_timeline.py(2KB)
----common_utils.py(2KB)
----batch_followers_scraper.py(2KB)
----country_plotter.py(5KB)
----followers_scraper.py(2KB)
----auth_check.py(2KB)
----post_processing.py(1KB)
----process_timeline.py(3KB)
----LICENSE(1KB)
----get_followers.py(1KB)
----auth_creds.ini(292B)
----timeline_scraper.py(3KB)
----geo_db.db(266KB)
----trend_plotter.py(4KB)
----README.md(5KB)
----text_sentiment.py(932B)
----twitter_tea.py(4KB)