An open API service indexing awesome lists of open source software.

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.

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.