Skip to content

Instantly share code, notes, and snippets.

@adoran
Created March 8, 2011 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adoran/859899 to your computer and use it in GitHub Desktop.
Save adoran/859899 to your computer and use it in GitHub Desktop.
curl -XPUT localhost:9200/_river/tweets/_meta -d '
{
"type" : "twitter",
"twitter" : {
"user" : "USERNAME",
"password" : "PASSWORD",
"oauthConsumerKey" : "OAUTHCONSUMERKEY",
"oauthConsumerSecret" : "OAUTHCONSUMERSECRET",
"oauthAccessToken" : "OAUTHACESSTOKEN",
"oauthAccessTokenSecret" : "OAUTHACESSTOKENSECRET"
},
"index" : {
"index" : "tweets",
"type" : "status",
"bulk_size" : 100
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment