开发者

python-twitter streaming api support/example

开发者 https://www.devze.com 2023-01-26 01:16 出处:网络
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

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 开发者_如何学Golet 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消