Coder Social home page Coder Social logo

solomidhero / steam-totp-multi-login Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 4 KB

Set the credentials for accounts and get Steam Guard Authentication code for any.

License: MIT License

JavaScript 100.00%
steam-api nodejs steamguard steamguard-cli multi-login simple

steam-totp-multi-login's Introduction

Steam TOTP Login for Node.js

This is really simple application that allows you to store the data from multiple accounts and get the TOTP-based Steam Authentication code for any of stored accounts. Based on steam-totp

Installation

npm install

Usage

Simply fill the credentials of your accounts to data.json file in format:

{
  "%USERNAME%": {
    "shared": "%SHARED_SECRET%", // username and shared secret needed for Steam Guard
    "pass": "qwerty123"          // other credentials are not necessary but will be displayed
  }
}

Remember other credentials stored only for better usabilty of tool and not necessary for Steam Guard Code generation.

Then generate Steam Guard token (you can specify many of account names):

node index.js %USERNAME%
node index.js %USERNAME_1% %USERNAME_2% .. %USERNAME_N%

Example

node index.js account_username

# account_username:
#   qwerty123
#   12345

or verbose version

node index.js -v account_username

# account_username:
#   shared: some_shared_secret
#   identity: some_identity_secret
#   pass: qwerty123
#   12345

steam-totp-multi-login's People

Contributors

solomidhero avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.