Gigs And Tours

GigsAndTours task creation guide

Tasks.csv

  • Mode (required) : The mode used by the task NORMAL, BYPASS or IGNORE

SALE mode is the most common mode.


  • EventName (required) : This will be for you to identify which task is running

(eg : Ashnikko)


  • EventLink (required) : The event link used by the task

(eg : https://www.gigsandtours.com/event/ashnikko/manchester-academy/3465595)


  • Delay (required) : It's the time duration in milliseconds a task will wait before each attempt to check stock. Must be equal or above 0 (eg : 2000)


  • Code (optional) : Only necessary if event is protected by a code (Usually required for presale).


  • QuantitiesFilter (required) : The different quantities you want to target on a task.

(eg : 1;2;3;4 Here the bot will only target solo, duo, trio and quartor on the task) (eg : 2;3 Here the bot will only target duo and trio on the task) (eg : 2 Here the bot will only target duo on the task)


  • MinPriceFilter (optional) : The bot will target all the categories equal or above the given price.

(eg : 100 Here the bot will focus all the categories with ticket price above 100 euros)


  • MaxPriceFilter (optional) : The bot will target all the categories equal or below the given price.

(eg : 1000 Here the bot will focus all the categories with ticket price below 1000 euros)


  • CartLimit (optional) : This is the number of cart a task will do before stopping

(eg : 10 Here the bot will do 10 cart on the task, then this task will stop automatically)


  • CaptchaNumber (optional) : Choose a number of pre-solved captchas that the task will use to cart.


  • CaptchaAPIKey (required) : Your Capsolver key. Will be used by the bot to solve captchas.


  • CartWebhook (required) : The discord webhook channel where your cart webhook will be sent.


  • HideCheckout (optional) : Set this to true to prevent event name and event link from appearing in the checkout logs.


Last updated