Skip to content

bdinh/tweetalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Explorer

Project Description:

Using Twitter's Rest API, I created an application that displays relevant information about tweets that pertain to a search term. My application was broken into three panels. The first panel displays a bubble cloud where each bubble corresponds to a positive or negative words, in each of the queried tweets. The positive and negative words uses AFINN-165 wordlist and Emoji Sentiment Ranking to perform the sentiment analysis. In my second panel, I created various bar charts that displays the tweet activity of the most popular tweets for that search term. In my third panel, I created a carousel that displays the top tweets about that search term.

Technical Description:

The data used for this application comes from Twitter's Rest API specifically having to deal with retrieving tweet. Since the endpoints I'm interested in require OAuth, I had to create php scripts to act as proxies in order to validate myself in querying data from their api. The php scripts are hosted on my student web server. For all of the data visualizations, I used D3. I refrained from actually refactoring the D3 components as that itself is a project I am in the process of working on.

Inspiration:

For my INFO 201 final project, my group and I created a Shiny app displaying data from Twitter's Rest API. I thought that given the opportunity to use Twitter's Rest API again, I wanted to take advantage of the opportunity to incorporate the skills I've learn in the past year since I've taken that class to create an application that showcase some of the new skills that I've learned.

The site can be viewed at here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published