Skip to content

militia-io/Militia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages