Advice please :)
When I use this script:
class CustomStreamListener(tweepy.StreamListener): def on_status(self, status): # We\'ll simpl
__init__ is the constructor of a class, in this case Stream. The error means you have provided a wrong number of arguments to the constructor call.
__init__
Stream