Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekdada/steam-otp
Generate Steam one-time password offline.
https://github.com/geekdada/steam-otp
steam steam-otp
Last synced: 2 months ago
JSON representation
Generate Steam one-time password offline.
- Host: GitHub
- URL: https://github.com/geekdada/steam-otp
- Owner: geekdada
- License: mit
- Created: 2020-12-08T15:36:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T11:01:27.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T18:46:32.515Z (3 months ago)
- Topics: steam, steam-otp
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steam-otp-cli
## Install
```bash
$ curl -sf https://gobinaries.com/geekdada/steam-otp | sh
```## Usage
Get the `shared_secret` first, using [SteamDesktopAuthenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator).
Once you have the code, store it in your vault (1Password or similar thing).
Run the command and input the `shared_secret`.
```bash
$ steam-otp
```Or, using `--secret` to pass the secret (NOT SAFE).
```bash
$ steam-otp --secret [SHARED SECRET]
```**Notice**
- Your shared secret will never be stored by `zsh_history` or `bash_history`.
- You should never save the shared secret in plain text.
- This method may violate the TOS of Steam, use at your discretion.## License
[MIT](https://github.com/geekdada/steam-otp-cli/blob/master/LICENSE)