/blitz-idle-stream

Puppeteer Bot for watching WOT Blitz Streams

Primary LanguageJavaScript

WOT Blitz Idle Stream Bot

This bot logins into your WarGaming account and opens the stream. It supports several accounts and streams.

Start

  1. Fill config.example.json and copy into config.json:
{
  "users": [
    {
      "login": "email@gmail.com",
      "password": "your_password"
    }
  ],
  "streams": [
    "https://eu.wotblitz.com/en/tournaments/streams/554/#/",
    "https://eu.wotblitz.com/en/tournaments/streams/555/#/"
  ]
}
  1. Run npm start