Skip to content

rkuykendall/map-world-news

Repository files navigation

Map World News

Location extraction and sentiment analysis of world news, mapped.

Build Status

Map World News retrieves the news stories associated with the country you select, extracts all other mentioned countries, and does sentiment analysis to determine how positive or negative the article is. This is used to color other countries red or green based on their relationship to the selected country.

See it online at mapworldnews.com.

Installation

  1. git clone git@github.com:rkuykendall/map-world-news.git
  2. mkvirtualenv map-world-news
  3. cd map-world-news
  4. easy_install pip
  5. pip install -r requirements.txt
  6. npm install
  7. gem install foreman

Starting the Server

  1. In one window: foreman start
  2. In another window: gulp dev

Testing

Running nosetests will run all the tests in *_tests.py* files and you can write more tests or write code to fix the tests that fail.

Thanks

About

World News Sentiment Visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •