Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 515 Bytes

Installation

This program not associated with Valve Corp

  1. Specify telegram_bot_token and admin_ids in files/config.json
  2. Create db, just run db_interaction.py from console
  3. Run main.py

Usage

Add accounts

Send a message from the account specified in admin_ids in the following format:

{
	"action": "add",
	"accounts": [{"login_one": "shared_secret"}, {"login_two": "shared_secret"}]
}

Get 2fa code

Just send account login, bot send 2fa code in response