def connect(self): self.__client = Twitter( auth=OAuth(self.__token, self.__token_key, self.__con_secret, self.__con_secret_key)) # Send a start up tweet