Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 759 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 759 Bytes

#Two Sides of a Story

This is a project for CS 8803 Social Computing. Here we analyze two aspects of the same story and how the trends of each topic changes over time and determines real life events.

####Dependencies

source env/bin/activate
pip install https://github.com/mitsuhiko/flask/tarball/master
sudo pip install flask-script
sudo pip install mongoengine
sudo pip install flask-mongoengine
pip install beautifulsoup4

It is assumed that MongoDB has been installed and an instance has been started.

####Starting the server

source env/bin/activate
python run.py server

####API Sources

The project wiki has details of all the API keys that are being used for this project.