I’m trying to avoid downloading the tweets information, and just count those tweets that have a keyword and are between two timestamps.
Is there a way to just count tweets without downloading? (preferably in python) Including those tweets that go beyond the limit, i.e. those that fall in limit track.
If the only possibility is to download the tweets info. How would be a way to get a quite accurate count between two timestamps or since the stream starts?