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

Telegram bot that gives users 2fa codes for authorization on Steam by login

License

Notifications You must be signed in to change notification settings

LinarSharifullin/Steam2faBotForTelegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Telegram bot that gives users 2fa codes for authorization on Steam by login

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages