elastic / stream2es

Stream data into ES (Wikipedia, Twitter, stdin, or other ESes)
355 stars 60 forks source link

Use Twitter OAuth instead of username / password #7

Closed s1monw closed 11 years ago

s1monw commented 11 years ago

Twitter doesn't accept username / password anymore hence we should cut over to oauth for now to allow users to use twitter streaming.

Closes #6

drewr commented 11 years ago

Thanks @s1monw! This definitely solves the configuration piece, however, dealing with the tokens is a bit more cumbersome. I'm adding support for creating and caching them so you don't have to enter them every time.

s1monw commented 11 years ago

+1

On Wed, Jun 12, 2013 at 5:52 PM, Drew Raines notifications@github.comwrote:

Thanks @s1monw https://github.com/s1monw! This definitely solves the configuration piece, however, dealing with the tokens is a bit more cumbersome. I'm adding support for creating and caching them so you don't have to enter them every time.

— Reply to this email directly or view it on GitHubhttps://github.com/elasticsearch/stream2es/pull/7#issuecomment-19335213 .

Simon Willnauer Co-Founder & Lucene Core Hacker

Mail: simon.willnauer@elasticsearch.com Web: www.elasticsearch.com Org: www.elasticsearch.org Twitter: https://twitter.com/s1m0nw

drewr commented 11 years ago

Released 20130612b7b6105 with Twitter v1.1 support. Readme updated with how to use it.