简体   繁体   English

使用oAuth和Python的Twitter Streaming API

[英]Twitter Streaming API with oAuth with Python

I've been trying to search for a good Module to in order to use twitter live streaming API and Python. 我一直在努力寻找一个好的模块,以便使用Twitter实时流API和Python。 I have found "tweepy" but it seems like it is using the "Basic Authentication" which is now deprecated. 我发现“tweepy”但似乎它正在使用“基本身份验证”,现在已弃用。 Is there any new module out there to use for that purpose that use oAuth? 是否有任何新模块用于此目的使用oAuth?

Thanks, 谢谢,

Joel 乔尔

Tweepy has an oAuth module which works very well. Tweepy有一个非常好的oAuth模块。 See here: http://packages.python.org/tweepy/html/auth_tutorial.html 见这里: http//packages.python.org/tweepy/html/auth_tutorial.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM