Skip to content

the-spectator/Automate-Google-Forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This python module will automate the google forms. With this module we can fill the responses from file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages