Project Description How does the sentiment vary between news outlets portraying the same events?
Authors Henry Knopf, Richard Pham, Emerson Webb
Timeline
- 3/29: Proposal Due
- interval : work
- 5/10: Final Presentation
Higher-level steps
- access API called newsapi to get metadata (urls and their corresponding news sources and dates);
please see
url_retrieve.R
- gather raw text data; please see
html_text_extract.R
- parse data, store this in folder
shiny_data
. - Run app, which retrieves local data from
shiny_data
to plot according to user-specifications.