Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saifaqqad/steamauth
- Owner: SaifAqqad
- Created: 2023-01-22T18:53:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T14:56:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T23:14:53.126Z (15 days ago)
- Topics: steam, steam-guard
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.