Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get total count of tweets from a API search result?

Hello Guy's I'm trying to count all of the tweets from a Twitter search API response, anyone got any ideas?

Everything I tried doesn't seem to work, I'm doing everything with jSON so my best guess is get the max_id and subtract the id from the first item in the object. But I think that's not giving me a correct number.

like image 472
Dario Novoa Avatar asked Nov 04 '22 21:11

Dario Novoa


1 Answers

I'm guessing you can't do that: the twitter api docs don't show anything and you can see Count number of results for a particular word on Twitter for more detail.

like image 110
Femi Avatar answered Nov 15 '22 06:11

Femi