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
Tweepy has good modules for streaming. You can see examples here.
Check out tweetstream for a nice high-level library to access twitter's streaming API.
python-twitter doesn't support twitter's real time API.
You will have to use Twisted, Tornado or Eventlet to consume such a real time API.
I know not, of any existing open source libraries in Python supporting this service right now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With