def __init__(self): self.t = Twitter(auth=OAuth( \ config.TOKEN, config.TOKEN_KEY, config.CON_SECRET, config.CON_SECRET_KEY) )