Skip to content

Conversation

@ethanannane
Copy link

Not polished at all yet, would like to know what I can do to improve it.
Added a check in the ProcessWord function that looks similar to this:

if statusCode == http.StatusTooManyRequests && d.globalopts.StopOnRateLimit {
			fmt.Println("Rate limit reached, exiting...")
			os.Exit(0)

		}

@ethanannane ethanannane changed the base branch from master to dev November 22, 2025 04:53
@ethanannane ethanannane changed the title Add stop-on-rate-limit-flag Add stop-on-rate-limit flag Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant