Skip to content

Automate Google Forms with Python and Selenium. A simple, scalable script for filling and submitting forms effortlessly. Built with efficiency and customization in mind.

Notifications You must be signed in to change notification settings

AlenSaavedra/FormLoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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:

    git clone https://github.com/AlenSaavedra/FormLoop.git
    cd FormLoop
  2. Install the required dependencies:

    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:
    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.


About

Automate Google Forms with Python and Selenium. A simple, scalable script for filling and submitting forms effortlessly. Built with efficiency and customization in mind.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages