yolkbot
    Preparing search index...

    Interface BotParams

    Parameters that can be passed to a Bot

    interface BotParams {
        headers?: Record<string, string>;
        proxy?: string | CustomProxies;
        renewSession?: boolean;
        skipLogin?: boolean;
        urls?: CustomURLs;
    }
    Index

    Properties

    headers?: Record<string, string>

    A custom set of headers to pass to game-facing requests

    proxy?: string | CustomProxies

    You can pass a single socks5 or socks5h proxy string, where it will be used for all requests. Alternatively, you can pass proxies for specific endpoints (matchmaker, services, game, firebase)

    renewSession?: boolean

    Specifies that the bot's account should renew its session for repeated use (30+ minutes)

    skipLogin?: boolean

    Specifies that the bot should not login with Firebase and join games with a nullish UUID (this breaks on the base game)

    urls?: CustomURLs

    A custom set of URLs to connect to