Software Projects
Screenshot from the main page of the tool
Using thebAIte's API, I created a simple interface for locating "important dates," that is, dates that had an abnormally large amount of twitter activity and/or article written about them. Further, the API's sentiment score are overlaid against the stock price for the last year to give the user a better understanding of what happened on a given day. For each located date, a short report may be generated that displays ten articles about the company on that day, along with the option to include an analysis of tweet relating to the company in a two-week range around the date. This tool is no longer functional as the API it was dependent on for sentiment and attention data was shutdown.
This program allows the user look for tweets associated with a company's ticker around a date they specify. For instance, if you'd like to look at tweets about Tesla on January 27th of 2021 (Q1ER), Enter "TSLA", then 1/27/2021. The program will return a cleaned csv (or Pandas Data frame), containing the relevant tweets in a 2-week range around the date.
Web Scraping tool written in R that scrapes www.povertyusa.org for population, poverty, and proportion data for analytical purposes. This tool was written for a project that used this information to understand the effects of poverty on drowning rates in the Midwest. Both the R file and the RDA file are included.