Twitter如何列出转发(相同)推文的人的屏幕名称

Twitter how to list screename of people who retweeted a (the same) tweet

当一条推文被转发时,我如何获得转发该推文的人的姓名。在 Twitter 上,您可以看到他们的个人资料图片。但是使用推文 JSON 中的信息,我如何才能检索到该屏幕名称列表?

  1. 获取推文的id
  2. 使用此处记录的 statuses/retweets 最多转推 100 次 https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-retweets-id
  3. 每个转推都有一个 user 属性,其中包含他们的 screen_name 和其他信息。