mbartoli / Militia

Intelligent and intuitive applications for analysts.

Home Page:http://militia.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Militia

Intelligent and intuitive applications for analysts.

##Running Militia

  1. You can install using pypl
pip install militia
  1. Add your authentication to the config.json file in your local folder
{
"email" : "Facebook_email",
"pass" : "Facebook_pass",
"input_file" : "Input filepath",
"output_file" : "Output filepath",
"gmaps-api-key": "Key Found registering Google Maps API",
"consumer_key" : "Key Found registering Twitter API",
"consumer_secret" : "Secret Found registering Twitter API",
"access_token" : "Token Found registering Twitter API",
"access_token_secret" : "Secret Found registering Twitter API"
}
  1. Run tests/tests.py to make sure your config is correct
Facebook: Succeeded
Twitter: Succeeded
Google Maps: Succeeded
Wikipedia: Succeeded

About

Intelligent and intuitive applications for analysts.

http://militia.io


Languages

Language:Python 100.0%