settings.json

Setting up the settings.json

The next step is to setup your settings.json, otherwise your bot won't work properly.

circle-info

Important: Be careful when editing the settings.json! A simple mistake can break the bot. Always keep the " " and just replace the string in between.

If you somehow malformed your file you can use https://jsonformatter.curiousconcept.com/arrow-up-right to validate your settings.json again.

You need to set a discord webhook (click for help)arrow-up-right and the amount of threads the bot should run on when using specific modules.

Your licence key already should be set. If not, you can also paste it in the file.

You can find a list of which module uses which section in the settings.json in Modules and their belongings.

This is the standard setting.json, which is created by the bot:

{
    "license-key": "SKY-XXXX-XXXX-XXXX",
    "discord-webhook": "https://discord.com/api/webhooks/-X",
    "deviceRotation": true,
    "CaptchaProvider": {
        "2Captcha": "YOUR 2CAPTCHA KEY HERE",
        "CapMonster": "YOUR CAMPMONSTER KEY HERE",
        "1stCaptcha": "YOUR 1STCAPTCHA KEY HERE (formerly AnyCaptcha)",
        "CapSolver": "YOUR CAPSOLVER KEY HERE",
        "AntiCaptcha": "YOUR ANTICAPTCHA KEY HERE",
        "EzCaptcha": "YOUR EZCAPTCHA KEY HERE"
    },
    "SMSProvider": {
        "sms-activate": "YOUR SMS-ACTIVATE API KEY HERE",
        "sms-activateOperator": "",
        "5sim": "YOUR 5sim API KEY HERE",
        "5simOperator": "",
        "sms-man": "YOUR SMS-MAN API KEY HERE",
        "juicy": "YOUR JUICY-SMS API KEY HERE",
        "sms-pool": "YOUR SMS-POOL API KEY HERE",
        "sms-pool-max-price": "",
        "sms-gen": "YOUR SMS-GEN API KEY HERE",
        "channel_sms_gen": "1",
        "sms-bower": "YOUR SMS-BOWER API KEY HERE",
        "sms-bower-max-price": "",
        "daisy": "YOUR DAISY API KEY HERE"
    },
    "GeoCoder": {
        "mapbox": "YOUR MAPBOX API KEY HERE",
        "position_1": "47.455360, 5.801612",
        "position_2": "54.690071, 14.385092"
    },
    "Mastermails": [
        {
        "mastermail": "YOUR MASTER GMAIL HERE",
        "password": "THE PASSWORD OF YOUR MASTER GMAIL HERE",
        "catchall": "@yourcatchall.com"
        }
    ]
}

The operator function is an optional feature to get certain numbers from the SMS providers and its not neccesary to fill it out. (leave it blank if you dont know how to set an operator)

The maxprice function is to set the maximum price youre willing to pay for a SIM. (while using this feature it still requests the cheapest number available)

Last updated