Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 775 Bytes

MediaCloud Python Geo

Installation

First download the latest zip of the python api client module and install it like this:

python setup.py install

Now to run these examples make sure you have Python > 2.6 (and setuptools) and then install some python modules:

Now to run these examples make sure you have Python > 2.6 (and setuptools) and then install some python modules:

easy_install pypubsub requests unicodecsv pymongo couchdb

Install MongoDb to store article info.

Copy the mc-client.config.template to mc-client.config and edit it, putting in the API username and password, and database connection settings too.