Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.47 KB

software.md

File metadata and controls

63 lines (44 loc) · 2.47 KB

Software

Below are the software developed by news-r, all of which are freely available on Github.

Platforms

Currently only includes one platform which will let you collect and analyse online news and blog coverage generated around topics of your choosing.

Data

The packages below will you collect news articles and information on the latter.

  • newsapi - Integration of newsapi.org
  • guardian - The Guardian API
  • papers - Information on world wide newspapers
  • loc - Library of Congress API
  • fopi - Freedom of Press Index API
  • webhoser - webhose.io API
  • currents - Currents API
  • nytimes - New York Times API
  • stocknews - Stocknews API (financial news)
  • ft - Financial Times API
  • accunews - AccuNews API (local news)
  • greatfire - Keywords and URLs Censored on the Chinese Internet
  • hoaxy - Monitor fake news

Analysis

The packages below ease the analysis of news articles though they remain rudiementary (for now).

Go

You can install most the above with.

** R **

# install.packages("remotes")
remotes::install_github("news-r/newsr")

** Terminal **

sudo su - -c "R -e \"remotes::install_github('news-r/newsr')\""