Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 955 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 955 Bytes

🚀 Google Form AutoFill and Submit

This script automates the process of filling and submitting Google Forms. It's customizable and supports multiple field types, making repetitive submissions effortless.

How to Use

  1. Clone the repository:
    git clone <repository-url>
    cd <repository-folder>
  2. Install required dependencies:
    pip install -r requirements.txt
  3. Run the script:
    python main.py <google-form-url>
    • Use -r to only fill required fields:
      python main.py <google-form-url> -r

Limitations

  • Works only for non-authenticated Google Forms.
  • Doesn't support file uploads.
  • Works only on single section forms

Credits

Developed by Nauman Sajjad.

License

This project is licensed under the MIT License. See LICENSE for details.

Contributions

Contributions are welcome! Feel free to fork the repo and submit a pull request.