Test your form by creating mocking data. Using a too high p flag can make it so google ratelimits you and doing too many requests while ratelimited can get you robot flagged.
This project is close to a rust rewrite of GoogleFormSpammer by IlluminatiFish.
- Create mocking data for your google forms
- Test your api's with 1k r/s
google_form_tester 0.1.0
USAGE:
google_form_tester [OPTIONS] --url <URL>
OPTIONS:
-g, --google Weather or not this is a google form
-h, --help Print help information
-p, --parallel <PARALLEL> Thread/Parallel count 50 recommended for fastest speeds [default:
8]
-r, --required Only do required parts with google forms
-t, --times <TIMES> Amount of times to test [default: 5000]
-u, --url <URL> url to test on
-V, --version Print version informationDoing more than 3.8k req's can get you captcha flagged
I am not liable for any malicious activity when people use this program
