PSG Orders Scraper
PSG task creation guide
Tasks.csv
Mail(required) : The mail of your PSG account where you want to scrap the orders.
Password(required) : The password of your PSG account where you want to scrap the orders.
OffersFilter(optional) : If you only want to scrap specific events orders, you can put keywords in the column. (eg:paris fc;Paris FC; Paris fcor onlyparis fc)
IP(required) : 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 put carbon in the IP column to let Carbon take care of it.

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 orders will be sent
Last updated