0

I'm trying to track how many tweets are sent in real time for some topic. Therefor I am satisfied with counting incoming tweets and adding the value of limit messages to my counter. But despite descriptions in the official API I get numbers of missed messages like:

2, 5, 7, 4, 13, 15, 11, 20, 23, 17, ...

So after all they are going up, but they fluctuate.

I use Twitter4J library to retrieve twitter data. I would be very thankful for some hints...

chAlexey
  • 692
  • 8
  • 13

1 Answers1

0

Over at the Twitter forum there are a few threads (1, 2) pointing out exactly what you are experiencing.

The Twitter staff has yet to advise us on how to make sense of the fluctuating tracking counts. My guess is that behind the scenes there are multiple counters that are being reported. Who knows.

Jonas
  • 3,969
  • 2
  • 25
  • 30