@ -36,7 +36,8 @@ class TwitterApi():
api = tweepy.API(auth)
def send(self, tweet):
self.api.update_status(status=tweet)
response = self.tweet[27:]
self.api.update_status(status=self.response)
def get_tweets_by_tag(self, tag):
tweets = ""