简体   繁体   中英

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

We are working on some analytics using the amount a user is retweeted or mentioned... I can't seem to find a way to get these numbers using the apis does anyone have any ideas?

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

it's important to include the line include_entities=true to the request. This will give you an expanded response including re-tweet and mention counts.

Get Status / User Timeline

Twitter API Console

Update:

to get tweets from the last 90 days, there is a Node.js library you can use called Snapbird

https://github.com/remy/snapbird

.. and here is another resource covering the same topic.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM