https://github.com/tricked-dev/googleformtester
https://github.com/tricked-dev/googleformtester
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tricked-dev/googleformtester
- Owner: Tricked-dev
- Created: 2022-03-14T15:15:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T08:15:30.000Z (about 4 years ago)
- Last Synced: 2025-03-05T23:44:46.144Z (about 1 year ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Form Tester
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.
## 💳 Credits
This project is close to a rust rewrite of [GoogleFormSpammer](https://github.com/IlluminatiFish/GoogleFormSpammer) by [IlluminatiFish](https://github.com/IlluminatiFish).
## 🥇 Features
- Create mocking data for your google forms
- Test your api's with 1k r/s

## 💥 Usage
```sh
google_form_tester 0.1.0
USAGE:
google_form_tester [OPTIONS] --url
OPTIONS:
-g, --google Weather or not this is a google form
-h, --help Print help information
-p, --parallel Thread/Parallel count 50 recommended for fastest speeds [default:
8]
-r, --required Only do required parts with google forms
-t, --times Amount of times to test [default: 5000]
-u, --url url to test on
-V, --version Print version information
```
Doing more than 3.8k req's can get you captcha flagged
## 🎏 Disclaimer
I am not liable for any malicious activity when people use this program