PSG
PSG task creation guide
Tasks.csv
Mode(required) : The mode used by the taskNORMAL,LOGINorIGNOREif you want the bot to ignore this task.
NORMAL mode is the most common mode.
LOGIN mode allows you to connect all your accounts so that they are already connected before a drop.
IGNORE mode will ignore the task and won't start it.
Mail(optional): The mail of your PSG account. If you want to run grand-public drop you can let this column empty otherwise if you run a drop which requires a membership put the mail of your account.
Password(optional) : Your password from your PSG account. If you want to run grand-public drop you can let this column empty otherwise if you run a drop which requires a membership put the password of your 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.
You can use either the catalog link (eg :
https://billetterie.psg.fr/fr/catalogue/match-foot-masculin-paris-vs-lens-6)
We also support membership link, to run "Abonnement drop" which takes place every year (eg :
https://billetterie.psg.fr/fr/offres/abonnement)
WARNING : If you use a sale link, make sure it is accessible with your account. For example, if you have a MyParis account, use the MyParis sale link and not the Club Premier sale link, otherwise your account will not be able to access the sale.
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)
CategoriesFilter(optional) : The categories number you want to target on a task.
(eg :
15Here the bot will only target category15on the task) (eg :15;17Here the bot will only target category15and category17on the task) (eg :15;8;5Here the bot will target category15, category8and category5on the task)
WARNING : If you don't know the exact name of the categories on an event let the column empty, we only suggest to use this column if you have the exact name of the categories on an event, otherwise use MinPriceFilter and MaxPriceFilter columns to target specific categories.
MinPriceFilter(optional) : The bot will target all the categories equal or above the given price.
(eg :
100Here 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 :
1000Here the bot will focus all the categories with ticket price below 1000 euros)
OffersFilter(required) : This is the offer which will be monitored on the event page by the bot.
(eg :
UNITEorUNITE;PACK;UNITE VR;UNITE GAorAWAY)
UNITE : Offer includes only one single game with standard tickets. This is the most common offer you will find during a drop.
PACK : Offer includes multiple games (usually 4) in a single pack. This offer is usually available before the season starts and may include different competitions (Ligue 1, UCL, or both).
AWAY : Offer includes away game, this is usually low stock and will ask for a KYC after you carted.
UNITE VR : Offer includes only one single game, but only with reduced-view tickets.
UNITE GA : Offer includes only one single game, but in a section where seats are uncomfortable or have limited comfort.
WARNING: This column is not needed if you run the Abonnement DROP
MembershipsFilter(required) : You need to select the membership sale you want to access. Only include memberships that are available on your account.
(eg :
myparisorgrand-public;club-premier)
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