I'm using twython (twitter API library for python) to connect to the streaming API, but I seem to only get the public twitter stream possibly filtered by words. Isn't there a way to get a real-time stream of the authenticated user timeline or @mentions?
I've been looping through delayed calls to the REST API to get those mentions but twitter doesn't like me to make so many requests.
Twython documentation isn't helping me much about it, neither is the official twitter doc.
If there's another python library that can work better than twython for streaming (for Twitter API v1.1). I'd appreciate the suggestion... Thanks.