Beispiel #1
0
def get_tweet(id):
    return Requests.list_tweet(id)
def get_tweet(tweetedby):
    return Requests.list_tweet(tweetedby)