This is a python script which can helps you to fillout the google form automatically by bot.
- Clone/Download this repository
git clone clone_path
- Downlaod the required packages
pip install -r requirements.txt
- To run the script you need to use the following command
python app.py
- To run this script you need to have selenium installed and you nedd to have geckodriver. you can downlaod geckodriver from here: https://github.com./mozilla/geckodriver/releases After downloading the geckodriver, need to set-path for that as shown below:
webdriver.Firefox(executable_path=
'D:\Selenium_RiponAlWasim\geckodriver-v0.18.0-win64\geckodriver.exe')
-
Intially the number of responses in the google-form will be null(no-entries): screenshot is attached below:
-
After ruuning the script, the bot will automatically take the records from .csv file and it will will the form.
you can check the working of the bot: https://user-images.githubusercontent.com/61947484/103747705-1029fb00-5029-11eb-8307-fcef2c8a3048.mp4