예제 #1
0
def get_tweet(id):
    return Requests.list_tweet(id)
예제 #2
0
def get_tweet(tweetedby):
    return Requests.list_tweet(tweetedby)