To run this project, all three libraries must be installed: newsparser, newsfilter, newsbreaker. 
Also, this external libraries with their corresponding dependencies (better installed with pip):

autograd>=1.1.3
feedparser>=5.1.3
Flask>=0.10.1
lda>=1.0.2
newspaper3k>=0.1.5
numpy>=1.10.1
pandas>=0.17.0
pyemd>=0.1.1
pymongo>=3.1.1
requests>=2.7.0
scikit-learn>=0.16.1
spacy>=0.93
wikipedia>=1.4.0

And the MongoDB local server.

To download data needed to run this code:
* Access https://github.com/aparafita/news-similarity/releases/tag/v1.0.0
* Download "data.zip" and "mongodb.zip" from release v1.0.0.

To check the visualisations, there’s a script that runs a server on localhost:8899, and both network.html and week.html can be accessed. They can be also accessed online in:
	http://newsparser704.pythonanywhere.com/viz/network.html
	http://newsparser704.pythonanywhere.com/viz/week.html

These links will be active at least until 2016-03-31.