Permalink
Newer
Older
100644 31 lines (31 sloc) 688 Bytes
Oct 18, 2013 @bianjiang change the readme.md
1 {
2 "apikeys": {
3 "i0mf0rmer01" :{
4 "app_key":"CONSUMER_KEY",
5 "app_secret":"CONSUMER_SECRET",
6 "oauth_token":"ACCESS_TOKEN",
7 "oauth_token_secret":"ACCESS_TOKEN_SECRET"
8 },
9 "i0mf0rmer02" :{
10 "app_key":"CONSUMER_KEY",
11 "app_secret":"CONSUMER_SECRET",
12 "oauth_token":"ACCESS_TOKEN",
13 "oauth_token_secret":"ACCESS_TOKEN_SECRET"
14 },
15 "i0mf0rmer03" :{
16 "app_key":"CONSUMER_KEY",
17 "app_secret":"CONSUMER_SECRET",
18 "oauth_token":"ACCESS_TOKEN",
19 "oauth_token_secret":"ACCESS_TOKEN_SECRET"
20 }
21 },
22 "redis_config": {
23 "host": "localhost",
24 "port": 6379,
25 "db": 0,
Oct 30, 2013 remove passwrod from config sample
26 "password": "PASSWORD"
Oct 18, 2013 @bianjiang change the readme.md
27 },
28 "verbose": "True",
Nov 4, 2013 update readme, and sample config file
29 "output": "./data",
30 "archive_output": "./data"
Oct 18, 2013 @bianjiang change the readme.md
31 }