OM
OM task creation guide
Tasks.csv
Mode(required) : The mode used by the taskNORMAL,BYPASSorIGNORE.
NORMAL mode is the most common mode.
BYPASS mode allows you to bypass the queue. This mode is only enabled during hyped drops and can be disabled at any time. If you use this mode while it’s disabled, the task will automatically switch to NORMAL mode.
IGNORE mode will ignore the task and won't start it.
Mail(optional): The mail of your OM 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 OM 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 : OM vs Lorient)
EventLink(required) : The event link used by the task.
You can use either the catalog link (eg :
https://billetterie.om.fr/fr/catalogue/match-om-fc-lorient)
Or the sale link of the membership, usually ends with /list or /plan (eg :
https://billetterie.om.fr/fr/acheter/billet-match-grand-public-om-fc-lorient-2025-hnsjwnrg4vo3/list)
If you use a sale link, make sure it is accessible with your account. For example, if you have a BleuBlanc account, use the BleuBlanc sale link and not the BleuBlancGold 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 :
CATEGORIE 8Here the bot will only target on the task)(eg :
CATEGORIE 8 VISIBILITE REDUITE;CATEGORIE 5Here the bot will only targetCATEGORIE 8 VISIBILITE REDUITEandCATEGORIE 5on the task.(eg :
CATEGORIE 4 VISIBILITE REDUITE;CATEGORIE 9;CATEGORIE 11Here the bot will targetCATEGORIE 4 VISIBILITE REDUITE,CATEGORIE 9andCATEGORIE 11on 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 GA)
MembershipsFilter(required) : You need to select the membership sale you want to access. Only include memberships that are available on your account.
(eg :
bleu-blancorgrand-public;bleu-blanc-gold)
CaptchaAPIKey(required) : Your Capsolver key. Will be used by the bot to solve captchas.
CookieName(optional) : The name of the Queue-it cookie associated with the event. If you don't have any tasks passing with the normal queue handling, and your cookgroup or a friend sent you a working cookie, you can input it here to use their queue pass.
CookieValue(optional) : The value of the Queue-it cookie associated with the event. If you don't have any tasks passing with the normal queue handling, and your cookgroup or a friend sent you a working cookie, you can input it here to use their queue pass.
You can also directly use a queue pass link. It works exactly the same as the Queue-it cookie value but you don't have to input something in CookieName column.
Cookie Injecting Methods
There are two methods to inject cookie with tasks.csv:
By using a queue pass link (You will need to fill CookieValue column only).
By using cookies (You will need to fill CookieName and CookieValue columns).
Important Note
You can update CookieName and CookieValue columns without restarting the bot by just simply saving the file while the bot is running.
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