This bot logins into your WarGaming account and opens the stream. It supports several accounts and streams.
- Fill
config.example.json
and copy intoconfig.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/#/"
]
}
- Run
npm start