Quicktasks
You can access the Quicktasks Menu from the Main Menu, you can then start your quicktask server by entering the number 1 as shown below:

This will open up a new 'QuickTask' instance. The logs of any tasks started through Quicktasks will appear here, in this instance. This Quicktask server runs locally on your device and so currently you can only start quicktasks from the same device your bot is running on. (In the future we'll adapt this so quicktasks can be started from any device (e.g a phone)
The CSV Setup:
Your Quicktasks CSV is stored in a folder called Quicktasks and it's called quicktasks.csv In this CSV you need to fill the following columns: - site - profile - All Shipping + Card Details (firstname, lastname, email, phonenumber, addyline1 (and 2), region, postcode, city, country, cardnumber, cardmonth, cardyear, cvv, cardtype, qty) Essentially you want to just leave the following blank:

You can have as many profiles filled for all sites. If you had for example 5 JohnLewis and 2 Miniso, if you clicked a JohnLewis Quicktask link, your 5 JohnLewis tasks would all start on the item + mode specified in the quicktask link. This is the format of a Quicktask link: http://localhost:8080/quicktask?site=[SITENAME]&product=[SKU/URL]&mode=[MODE] The product input must be the same format as whatever is usually put in the SKU column of the CSV for that specific site.
If you want to test quicktasks you can start you quicktask server and then put a quicktask link into your browser and your quicktasks will start.
Last updated