Twitter Streaming API with oAuth with Python

I am trying to find a good module for using twitter live streaming API and Python. I found "tweepy", but it looks like it uses Basic Authentication, which is now deprecated. Is there any new module to use for this purpose that uses oAuth?

Thanks,

Joel

+4
source share
1 answer

Tweepy has an oAuth module that works very well. See here: http://packages.python.org/tweepy/html/auth_tutorial.html

0
source

All Articles