Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
31 lines (31 sloc) 688 Bytes
{
"apikeys": {
"i0mf0rmer01" :{
"app_key":"CONSUMER_KEY",
"app_secret":"CONSUMER_SECRET",
"oauth_token":"ACCESS_TOKEN",
"oauth_token_secret":"ACCESS_TOKEN_SECRET"
},
"i0mf0rmer02" :{
"app_key":"CONSUMER_KEY",
"app_secret":"CONSUMER_SECRET",
"oauth_token":"ACCESS_TOKEN",
"oauth_token_secret":"ACCESS_TOKEN_SECRET"
},
"i0mf0rmer03" :{
"app_key":"CONSUMER_KEY",
"app_secret":"CONSUMER_SECRET",
"oauth_token":"ACCESS_TOKEN",
"oauth_token_secret":"ACCESS_TOKEN_SECRET"
}
},
"redis_config": {
"host": "localhost",
"port": 6379,
"db": 0,
"password": "PASSWORD"
},
"verbose": "True",
"output": "./data",
"archive_output": "./data"
}