Skip to content

A tool to automate the submission of data in Google Forms

Notifications You must be signed in to change notification settings

mraheja/AutoForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoForm

A tool to automate the submission of data in Google Forms

Requirements

This project requires Python 3.6.

Additionally, the modules required are numpy and requests which can be downloaded by running

pip install numpy & pip install requests

Setup

Open the config.txt file and edit the parameters to your desire.

Format

URL = [URL OF YOUR FORM] (make sure that it ends with viewform)
RESPONSES = [NUMBER OF RESPONSES]
TIME = [TIME IN MINUTES OVER WHICH THE SUBMISSIONS WILL BE DONE] (0 submits one after another)

Q#: [RANDOM OR SEQUENTIAL OR PROBABILISTIC]
Responses[;PROBABILITY -- IF PROBABILISTIC]

Q#: [RANDOM OR SEQUENTIAL OR PROBABILISTIC]
Responses[;PROBABILITY -- IF PROBABILISTIC]

...

An example is included in config.txt

Running

Run the program by executing the .pyc file

About

A tool to automate the submission of data in Google Forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages