Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 966 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 966 Bytes

Automate-Google-Forms

This python module will automate the google forms. With this module we can fill the fields of google form with responses by file handling. Mechanize module is used to automate the process. Multithreading is used for better and faster execution.

Aim

The aim is to make the google form automated so that one user can fill upto 500 responses in google form in just 3 minutes. I have tested the code for 125 responses in 71 seconds.

Requirements / Library Used

  1. Python library/module Mechanize
  2. Python library/module re
  3. Python library/module threadinf

Declaration

This project is made solely for educational purpose and should be treated as proof of concept. This should not be used to for any ill purpose.

Issues

Till now (29/03/2017) I can only automate responses for text fields i.e short answer and paragraph. At present (29/03/2017) the automation for multiple choice(radio buttons)/drop menu/ cannot be automated.