Skip to content

Instantly share code, notes, and snippets.

@Michaelgathara
Last active June 16, 2020 07:16
Show Gist options
  • Save Michaelgathara/722bb6b2c0d2958439569d766b8dc4a0 to your computer and use it in GitHub Desktop.
Save Michaelgathara/722bb6b2c0d2958439569d766b8dc4a0 to your computer and use it in GitHub Desktop.
Javascript Political Bias Ratings
var leftLeaning = ['cnn','nbc','msnbc','theguardian.com','npr','abc-news','cbs-news','nytimes.com','bbc.com','pbs','huffington-post','politico','economist','huffpost.com','vox.com','slate.com','usa today','the washington post','cbs news','nbc news', 'business insider', 'al jazeera english', 'al jazeera','latimes.com','cnbc','cnbc television'];
var rightLeaning = ['nypost.com','fox news', 'forbes'];
var centerLeaning = ['reuters','bloomberg','chicagotribune.com','the hill','npr.org'];
var nonPolitical = ['collider.com','tmz.com','engadget','espn.com','ninersnation.com','spaceflightnow.com','cnet.com','cbssports.com','hollywoodreporter.com','wired','hypebeast.com','gamespot.com','benzinga','yahoo finance','the motley fool','zacks','gurufocus','investorplace','bloomberg markets and finance','seeking alpha','see it market'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment