簡體   English   中英

使用 Twitter API 獲得所有轉推和提及計數的用戶

[英]Get A Users Over All Retweet and Mention Counts using Twitter API

我們正在使用用戶被轉發或提及的數量進行一些分析......我似乎無法找到使用 api 獲取這些數字的方法有人有什么想法嗎?

https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts&count=true&countname}

在請求中包含行include_entities=true很重要。 這將為您提供擴展的響應,包括轉發和提及計數。

獲取狀態/用戶時間線

Twitter API 控制台

更新:

要獲取過去 90 天的推文,您可以使用一個名為 Snapbird 的 Node.js 庫

https://github.com/remy/snapbird

..這是另一個涵蓋同一主題的資源。

http://blog.tweetsmarter.com/twitter-search/10-ways-and-20-features-for-searching-old-tweets/

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM