I am issuing search api request and I am using the new version APIv1.1.
Why do I still keep getting error code: 68 - The Twitter REST API v1 will soon stop functioning. Please migrate to API v1.1.
limits = api.rate_limit_status()
remain = limits[‘resources’][‘search’][’/search/tweets’][‘remaining’]
The above code returns ‘remain’ as 180 which is as per the API limits of API v1.1