Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 984 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 984 Bytes

#NCA17 tweets

Collecting data on Twitter statuses containing the #NCA17 hashtag.

Importing the data

To import the Twitter data, see the R/data.R script file.

Status frequency

The number of #nca17 tweets aggregated in 1-hour intervals. View the code here.

Top tweeters

Accounts that have posted the most statuses. View the code here.

Top mentions

Accounts most frequently mentioned. View the code here.

Sentiment analysis

Sentiment (positive/negative) of statuses over time. View the code here.

Network analysis

Semantic (quotes, retweets, and mentions) network connections. View the code here.

Word cloud

Most popular words appearing in statuses (stop words excluded). View the code here.