wendy-survey-automation

Got to get those survey done some how...
git clone git://git.b1t.dev/wendy-survey-automation.git
Log | Files | Refs | README

README.md (764B)


      1 ![Logo](https://i.ibb.co/Qvtd7bf/wendy-64x64.png)
      2 
      3 # Wendy Survey Automation
      4 
      5 This script automates the survey process of any Wendy store of your choice and boost up the survey ratings.
      6 
      7 ## Installation
      8 
      9 
     10 Use the package manager [pip](https://pip.pypa.io/en/stable/) to install what is necessary.
     11 
     12 ```bash
     13 pip install -r requirements.txt
     14 ```
     15 
     16 After, in the project directory create a file called `.env` and add the next line into the file:
     17 ```env
     18 WENDY_CODE=XXXXX
     19 ```
     20 _The X's represent the stores restaurant code that can be located below:_
     21 
     22 <img src="./images/restaurant-number.png" alt="code" width="200"/>
     23 
     24 
     25 ## Usage 
     26 
     27 python wendy.py
     28 
     29 The validation code at the end will be pasted into output.txt.
     30 
     31 ## Contributing
     32 
     33 I will not be accepting any pull request.
     34