Does your manager tell you to fill out the feedback surveys during your 30's? Are you tired of wasting away valuable minutes clicking dots and entering numbers? Fear not, for this script when fed any number of codes will automatically fill out Chipotle feedback surveys for you.
-
Download and install Python: www.python.org/downloads.
-
Download Selenium package: in Command Prompt, type
py -m pip install -U selenium
and wait for download to finish. -
Download ChromeDriver: chromedriver.chromium.org/downloads Make sure the version downloaded corresponds to your version of Chrome.
-
Download that thang: click the Clone and download button on and download the
.zip
file. Drag the contents of this into a new folder -
Configure: open
config.txt
and changechromedriver_path
to the file path ofchromedriver.exe
. By default, the bot is configured to assume you draggedchromedriver.exe
into the folderC:\Windows\
. Inconfig.txt
changedelay
to a decimal number representing the delay in seconds between each attempt (delay will be longer or shorter by a random factor between0.8
and1.2
) -
Input survey codes: to feed new codes into the bot, enter each code on a separate line in
input.txt
. As long as there are 20 digits per line, the bot can understand the survey code so any format could work, i.e.123-123-123-123-123-12
or123 123 123 123 123 12
. -
Run the bot: double click the
.py
file to run the bot
NOTE: On the survey, the text box for giving more feedback is optional and thus skipped. An option is to provide a feedback.txt
file which the program will randomly select a line from and paste that into the feedback text box. Without this file, the text box is left blank