DeepFormPusher

DeepFormPusher (Python)

DeepFormPusher is an automated form interaction tool designed to stress test and interact with online forms. This project uses Selenium and Faker to simulate user input and submit forms repeatedly.

Getting Started

To get started with this project, follow the steps below to clone and install the application on your local machine.

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository

    git clone https://github.com/alfargenis/DeepFormPusher.git
    cd DeepFormPusher
    
  2. Install the required Python packages

    pip install selenium faker
    

Configuration

Before running any script, make sure to update the email, password, and Google Form URL in the respective script files. Each script is independent and must be configured separately.

Usage

To run each form interaction script, execute the corresponding command for each script:

Script Functions

Each script has a specific purpose:

Learn More

Contributing

If you want to contribute to this project, please open an issue or submit a pull request.