Simple code to submit multiple google forms with information organised in .csv file
-
Obtain relevant data:
a. form url
b. the ids of the fields to be filled in the form obtained by insepcting the form page using chrome inspection
-
Edit the .json file with the required data obtained in step 1
-
Install the requirements.txt in the terminal window
-
Run the code form the command line and pass the path of the csv file. For example
python3 ./automate/py ./automate.csv
If you have different fields than the ones mentioned in the json file, then edit:
- Edit the ids.json file
- Edit the automate.py
This tasks requires python knowledge