Auteuil
Auteuil task creation guide
Tasks.csv
Mode(required) : The mode used by the taskNORMALorIGNORE.
NORMAL mode is the most common mode.
IGNORE mode will ignore the task and won't start it.
Mail(required): The mail of your PSG account.
Your PSG account needs to have access to Auteuil offer, otherwise it won't be able to see the CATEGORIE 18
The category 18 is only specific to Auteuil.
Password(required) : Your password from your PSG account.
EventName(required) : This will be for you to identify which task is running (eg :PSG vs LENS)
EventLink(required) : The event link used by the task, use Ticketplace link only to access auteuil sale
(eg :
https://billetterie.psg.fr/fr/second/match-foot-masculin-paris-vs-lens-6/)
Delay(required) : It's the time duration in milliseconds a task will wait before each attempt to check stock. Must be equal or above0(eg :2000)
QuantitiesFilter(required) : The different quantities you want to target on a task.
(eg :
1;2;3;4Here the bot will only target solo, duo, trio and quartor on the task) (eg :2;3Here the bot will only target duo and trio on the task) (eg :2Here the bot will only target duo on the task)
MinPriceFilter(optional) : The bot will target all the Auteuil listing equal or above the given price.
(eg :
100Here the bot will focus all the Auteuil listing with price above 100 euros)
MaxPriceFilter(optional) : The bot will target all the Auteuil listing equal or below the given price.
(eg :
1000Here the bot will focus all the Auteuil with price below 1000 euros)
OffersFilter(optional) : This is the offer which will be monitored on the event page by the bot, let it empty if you want to monitor all the offers.
(eg :
ROUGEorBLEU)
IP(optional) : This is the IP the bot will use to connect to your CarbonSolver. Just put the IP that your CarbonSolver shows. (eg :185.218.21.19)
To solve CloudFlare, you must either enter the IP of your CarbonSolver or leave IP blank, and CAPSOLVER will take care of solving Cloudflare.

Issue - CarbonSolver
If CarbonSolver doesn't work on your VPS, the solution is simple.
Open your terminal and copy the commands:
netsh advfirewall firewall add rule name="Cloudflare Solver IN" dir=in action=allow protocol=TCP localport=4200
netsh advfirewall firewall add rule name="Cloudflare Solver OUT" dir=out action=allow protocol=TCP localport=4200
![]()
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.
ErrorWebhook(required) : The discord webhook channel where the different errors will be sent such as membership errors or login errors.
HideCheckout(optional) : Set this totrueto prevent event name and event link from appearing in the checkout logs.
Last updated