https://github.com/utility-code/googleformfiller
https://github.com/utility-code/googleformfiller
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utility-code/googleformfiller
- Owner: utility-code
- Created: 2020-08-26T05:35:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T06:50:03.000Z (over 5 years ago)
- Last Synced: 2025-01-21T12:23:20.855Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
- Mass fill a google form with entries you choose.
- Inspired from [Here](https://github.com/jamesshah/GoogleForm-AutoFill/blob/master/AutoFill.py)
- Modified heavily to make it more general purpose
- Added bias. (aka if you want some answers to be favored)
## How to use?
- Make a form link
- Click the 3 dots and find out the "pre filled" link
- Replace the viewform part of the url with formResponse
- For every entry, go to inspect element and take out the name = "entry" thing
- Fill in the entries with probabilities in your questionaire. (Follow the instructions in the code itself)
- Run the file
- Cry tears of joy
- Thank me and get me hot chocolate :)