Skip to content

auto captcha using ninja solver

Alain Gilbert edited this page Feb 13, 2021 · 2 revisions
ninjaApiKey := "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
params := ogame.Params{
    Universe:        universe,
    Username:        username,
    Password:        password,
    Lang:            language,
    AutoLogin:       false,
    CaptchaCallback: ogame.NinjaSolver(ninjaApiKey),
}
bot, _ := ogame.NewWithParams(params)
err := bot.Login()

Each captcha solved is 10¢ deducted on the balance.

Clone this wiki locally