def get_tweet(tweet_id): """Looks up data for a single tweet.""" twitter = Twitter(logs_to_cloud=False) return twitter.get_tweet(tweet_id)