https://github.com/arnvjshi/google-forms-bot
Automate filling out a Google Form with random data. It enters a random username, selects random multiple-choice options, and submits the form automatically.
https://github.com/arnvjshi/google-forms-bot
devops
Last synced: 11 months ago
JSON representation
Automate filling out a Google Form with random data. It enters a random username, selects random multiple-choice options, and submits the form automatically.
- Host: GitHub
- URL: https://github.com/arnvjshi/google-forms-bot
- Owner: arnvjshi
- License: mit
- Created: 2025-03-18T17:08:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:16:37.000Z (over 1 year ago)
- Last Synced: 2025-03-18T18:28:26.548Z (over 1 year ago)
- Topics: devops
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Form Auto-Filler
This script uses Puppeteer to automate filling out a Google Form with random data. It enters a random username, selects random multiple-choice options, and submits the form automatically.
## Installation
```sh
npm install puppeteer
```
## Usage
1. Replace `DEMO_FORM_ID` with your actual Google Form ID.
2. Update the input field names (`entry.123456789`) to match your form.
3. Run the script:
```sh
node formFiller.js
```
## Disclaimer
Use responsibly. Automating form submissions may violate Google’s terms of service.