I’m just started playing with Tweepy and have it installed. I’ve done basic oauth stuff with it, so I know that everything is good to go.
The problem I’m having is using this StreamWatcher example that I found a lot of people pointing to:
https://github.com/tweepy/examples/blob/master/streamwatcher.py
When I run it prompts me for my username and password and directly afterwards crashes with this error:
TypeError: __init__() takes exactly 3 arguments (4 given)
I’m stuck…
Try this: