TheNetsky / Microsoft-Rewards-Script

Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
189 stars 44 forks source link

More than 2 accounts #88

Closed LabyCatUser closed 6 months ago

LabyCatUser commented 6 months ago

I tried to make the example but with more accounts i failed can you even do it? how then

TheNetsky commented 6 months ago

Not very informative, what exactly doesn't work. The example comes with 2 accounts as examples?

CodeBanana69 commented 6 months ago

Not sure what you are asking for, but here is the json code for 3 accounts.


[
    {
        "email": "email_1",
        "password": "password_1",
        "proxy": {
            "url": "",
            "port": 0,
            "username": "",
            "password": ""
        }
    },
    {
        "email": "email_2",
        "password": "password_2",
        "proxy": {
            "url": "",
            "port": 0,
            "username": "",
            "password": ""
        }
    },
    {
        "email": "email_3",
        "password": "password_3",
        "proxy": {
            "url": "",
            "port": 0,
            "username": "",
            "password": ""
        }
    }
]