Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saifaqqad/steamauth

A Simple Steam Guard CLI
https://github.com/saifaqqad/steamauth

steam steam-guard

Last synced: 11 days ago
JSON representation

A Simple Steam Guard CLI

Awesome Lists containing this project

README

        

# SteamAuth

### Usage

```powershell
$ SteamAuth [[--secret] ] [--help] [--save] [--version]

--secret
Steam TOTP secret

-?, --help [] (-h)
Displays this help message.

-s, --save []
Whether to save the encrypted secret to a config file

--version []
Displays version information.
```

###### The code will be copied to your clipboard automatically.

Examples:

` SteamAuth 1234ABC789DE789FG560 -s `

` SteamAuth --save --secret 1234ABC789DE789FG560 `

` SteamAuth 1234ABC789DE789FG560 `

If you've already saved the secret, you can just run `SteamAuth` without any arguments.