How requests are calculated in the premium api? I just upgraded my account to paid premium api and found out the 50 requests that already came with the free sandbox are also included in the paid version!! Also was wondering for each search request how many actual requests is calculated? I am using the following python code.
tweets = collect_results(rule,
max_results=10000,
result_stream_args=premium_search_args)