Reputation: 92169
I was working with python-twitter and realized that twitter provides streaming api to consume tweets in realtime. I found one example that uses pyCurl here
Have anyone tried or know how to use that with python-twitter library? please let me know
Thank you
Upvotes: 10
Views: 11040
Reputation: 42779
Check out tweetstream for a nice high-level library to access twitter's streaming API.
Upvotes: 6