我正在尝试将其实现为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
添加回答
举报
0/150
提交
取消