https://github.com/alensaavedra/formloop
Automate Google Forms with Python and Selenium. A simple, scalable script for filling and submitting forms effortlessly. Built with efficiency and customization in mind.
https://github.com/alensaavedra/formloop
google python selenium
Last synced: 2 months ago
JSON representation
Automate Google Forms with Python and Selenium. A simple, scalable script for filling and submitting forms effortlessly. Built with efficiency and customization in mind.
- Host: GitHub
- URL: https://github.com/alensaavedra/formloop
- Owner: AlenSaavedra
- Created: 2025-01-10T20:40:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-10T20:47:40.000Z (over 1 year ago)
- Last Synced: 2025-12-31T10:44:56.978Z (6 months ago)
- Topics: google, python, selenium
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FormLoop
Automate Google Forms effortlessly with Python and Selenium. FormLoop fills and submits forms automatically, saving time and effort while avoiding repetitive tasks.
## Features
- Uses Selenium WebDriver for robust form automation.
- Supports dynamic form interactions and multiple-choice questions.
- Loop-based execution to fill forms multiple times.
## Requirements
- Python 3.x
- `selenium` library
- `webdriver_manager` library
## Installation
1. Clone this repository:
```bash
git clone https://github.com/AlenSaavedra/FormLoop.git
cd FormLoop
```
2. Install the required dependencies:
```bash
pip install selenium webdriver-manager
```
3. Download the appropriate browser driver if needed.
## Usage
1. Open `automate_google_form.py` and customize the `rsp` list with your answers.
2. Run the script:
```bash
python automate_google_form.py
```
The script will complete and submit the form 10 times automatically.
## Disclaimer
Use this tool responsibly and ensure compliance with any terms of service of the platforms you automate.
---