This script automates the process of filling and submitting Google Forms. It's customizable and supports multiple field types, making repetitive submissions effortless.
- Clone the repository:
git clone <repository-url> cd <repository-folder>
- Install required dependencies:
pip install -r requirements.txt
- Run the script:
python main.py <google-form-url>
- Use
-r
to only fill required fields:python main.py <google-form-url> -r
- Use
- Works only for non-authenticated Google Forms.
- Doesn't support file uploads.
- Works only on single section forms
Developed by Nauman Sajjad.
This project is licensed under the MIT License. See LICENSE
for details.
Contributions are welcome! Feel free to fork the repo and submit a pull request.