blob: c74b54b984cf63f80a1b797b8cdcbf22fdeecb27 [file] [log] [blame]
twitter {
host = "api.twitter.com"
endpoint = "statuses/user_timeline"
oauth {
consumerKey = ""
consumerSecret = ""
accessToken = ""
accessTokenSecret = ""
}
info = [
"42232950"
"211620426"
]
}
elasticsearch {
hosts = [
localhost
]
port = 9300
clusterName = elasticsearch
index = twitterhistory_activity
type = activity
}