0

これを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
4

1 に答える 1