Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 828 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 828 Bytes

Social Media Analysis

This is a set of scripts for data collection, preprocessing, and sentiment analysis for our research in the paper "Analyzing Responses to Political News Articles on Social Media" by William Opich and Swapneel Mehta.

  • You will need to install the following packages in a virtual environment.
$ pip install tweepy==4.10
$ pip install transformers
$ pip install ekphrasis

< add in any other packages to be installed here >

Twitter Developer Account

In order to collect the data, you will need to provide a set of API keys and access tokens from your own Twitter Developer Account.

Reddit API Keys