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.
To get started with this project, follow the steps below to clone and install the application on your local machine.
Make sure you have the following installed on your machine:
Clone the repository
git clone https://github.com/alfargenis/DeepFormPusher.git
cd DeepFormPusher
Install the required Python packages
pip install selenium faker
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.
To run each form interaction script, execute the corresponding command for each script:
For pavaV1.py
:
python pavaV1.py
For paraWEmail.py
:
python paraWEmail.py
For penV1.py
:
python penV1.py
For penV2.py
:
python penV2.py
For penWNumber.py
:
python penWNumber.py
Each script has a specific purpose:
If you want to contribute to this project, please open an issue or submit a pull request.