obheda12 / GitDorker

A Python program to scrape secrets from GitHub through usage of a large repository of dorks.
2.26k stars 417 forks source link

Rate Limit triggered while execute the command #19

Closed cryptoknife closed 3 years ago

cryptoknife commented 3 years ago

When we execute the query the rate limit gets triggered. Can we increase the delay for the first iteration of queries. gitdorker

obheda12 commented 3 years ago

Increase the number of personal access tokens. You are only using my one token and it is getting rate limited too quickly.

cryptoknife commented 3 years ago

Sure I will add some more access tokens. Thank you for the advice.