Reputation: 2205
I want to get retweet count for set of tweets. With few search about it I found out that it could done using the Twitter REST API (oauth) , but it has limit with respect to number of request made (RATE LIMIT).Can anyone help me how to implement it using the oauth signature and without any limit.
Upvotes: 1
Views: 1016
Reputation: 2629
You can't currently get retweet counts without obeying the limit: https://developer.twitter.com/en/docs/basics/rate-limiting
Sorry.
You can always attempt to obey the limit and optimise your application/service. See the section in the above link titled "Tips to avoid being Rate Limited".
Upvotes: 1