def like_this(tweet):
try:
twitter.create_favorite(id=tweet['id'])
print 'liked tweet: [tweet_id:' + str(tweet['id']) + ']'
except TwythonError as e:
print 'FAILED to like tweet: [tweet_id:' + str(tweet['id']) + ']'
评论列表
文章目录