python-twitter 流 api 支持/示例
问题描述:
我在使用 python-twitter 并意识到 twitter 提供流
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
有没有人尝试过或知道如何将它与 python-twitter 库一起使用?请告诉我
Have anyone tried or know how to use that with python-twitter library? please let me know
谢谢
答
python-twitter 不支持 twitter 的实时 API.
python-twitter doesn't support twitter's real time API.
您必须使用 Twisted、Tornado 或 Eventlet 来使用这样的实时 API.
You will have to use Twisted, Tornado or Eventlet to consume such a real time API.
我不知道目前有任何 Python 中的开源库支持此服务.
I know not, of any existing open source libraries in Python supporting this service right now.