./scripts/setup.sh
And also add file vk_token_bot/vk_token_bot/credentials.json
with the following structure:
{
"admin_id": "ADMIN_TG_ID",
"bot_token": "TG_BOT_TOKEN",
"captcha_token": "CAPTCHA_TOKEN"
}
Also you can add this line (optional):
"user_agent": "EXPLICIT_USER_AGENT"
./scripts/start.sh