Sorry, but one more question about rate limiting.
First of all: is the total limit 18,000 (what I thought) or 180,000 as implied above?
I’m currently using about 30 sheets in parallel, and I’m trying to figure out to set up the maximum number of tweets, so that I won’t exceed the rate limit for any of the queries. Would it make sense to set the limit for each individual sheet to 18,000 / 30 so that the maximum cannot be reached? Ideally, I’d want to set it up in a way so that I get no ceiling effects at all.
And if I want to even increase the number of parallel queries I would probably have to switch to a different setup involving the Streaming API, right?
Best,
Quirin