How to get friends of a user's friends with Tweepy/TwitterAPI without putting too much load on the rate limit?

前端 未结 0 1292
攒了一身酷
攒了一身酷 2020-12-08 03:08

I am using the tweepy API, and I made a method that gets who a user\'s following (aka Friends).

    def get_following(self, name=\'\'):
        client = self.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题