如何从这样的页面中获取收藏数量? https://twitter.com/DaltonMetzler4
我怎样才能抓住粉丝数量和收藏数量?
答案 0 :(得分:0)
您需要使用Twitter REST API:https://dev.twitter.com/rest/public并了解如何使用OAuth对您的应用进行身份验证。
粉丝:https://dev.twitter.com/rest/reference/get/followers/ids
收藏夹:https://dev.twitter.com/rest/reference/get/favorites/list
您可以使用Twitter控制台浏览整个API:https://dev.twitter.com/rest/tools/console
这是Twitter API的一个很好的介绍/教程:http://code.tutsplus.com/tutorials/building-with-the-twitter-api-getting-started--cms-22192