I tried googling about shodan rate limit but couldnt get any good data on how much search can we do and after what time it recharges. Like in github i have 30 requests and after some time it when i finished doing 30 requests it recharges after some time probably in 5 minutes.
>>> s.info()
{'scan_credits': 0, 'usage_limits': {'scan_credits': 0, 'query_credits': 0, 'monitored_ips': 0}, 'plan': 'oss', 'https': False, 'unlocked': False, 'query_credits': 0, 'monitored_ips': 0, 'unlocked_left': 0, 'telnet': False}
>>>
The code shows everything is 0 still i can search in shodan, why is that? I m using python3-shodan.