麻烦在python中集成twitter api命令

时间:2013-06-17 20:22:49

标签: python api twitter syntax-error tweets

我正在尝试将其实现为python,但我遇到了困难:

https://dev.twitter.com/docs/api/1.1/get/statuses/retweeters/ids

这就是我所拥有的:

def reqs():
    t = Twitter(auth=OAuth('...'))
    tweets = t.statuses.user_timeline.snl()
    retweetids = t.statuses.retweeted_by(id=str(tweets[0]['id']))    <<does not work.
    print retweetids

1 个答案:

答案 0 :(得分:0)

使用     retweets 而不是转发者