Skip to content

This script when fed any number of codes will automatically fill out Chipotle feedback surveys for you.

Notifications You must be signed in to change notification settings

manazari/chipotle-survey-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chipotle Survey Hack

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.

Set up

  1. Download and install Python: www.python.org/downloads.

  2. Download Selenium package: in Command Prompt, type py -m pip install -U selenium and wait for download to finish.

  3. Download ChromeDriver: chromedriver.chromium.org/downloads Make sure the version downloaded corresponds to your version of Chrome.

  4. Download that thang: click the Clone and download button on and download the .zip file. Drag the contents of this into a new folder

  5. Configure: open config.txt and change chromedriver_path to the file path of chromedriver.exe. By default, the bot is configured to assume you dragged chromedriver.exe into the folder C:\Windows\. In config.txt change delay to a decimal number representing the delay in seconds between each attempt (delay will be longer or shorter by a random factor between 0.8 and 1.2)

  6. 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 or 123 123 123 123 123 12.

  7. 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

Burrito pic

About

This script when fed any number of codes will automatically fill out Chipotle feedback surveys for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages