steamguard-cli/README.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2016-08-22 17:52:14 +02:00
# steamguard-cli
2021-08-25 06:40:07 +02:00
A command line utility for setting up and using Steam Mobile Authenticator (AKA Steam 2FA). It can also be used to respond to trade and market confirmations.
2016-08-22 17:52:14 +02:00
2021-08-25 06:40:07 +02:00
**The only legitamate place to download steamguard-cli binaries is through this repo's releases, or by any package manager that is linked in this document.**
2021-07-30 05:02:27 +02:00
2016-08-22 17:52:14 +02:00
# Disclaimer
2021-08-25 06:40:07 +02:00
**This utility is effectively in beta. Use this software at your own risk. Make sure to back up your maFiles regularly, and make sure to actually write down your revocation code. If you lose both of these, we can't help you, your only recourse is to beg Steam support.**
2016-08-22 17:52:14 +02:00
2021-08-25 06:40:07 +02:00
# Install
2016-08-22 17:52:14 +02:00
2021-08-25 06:40:07 +02:00
If you have the Rust toolchain installed:
```
cargo install steamguard-cli
```
2016-08-22 17:52:14 +02:00
2021-08-25 06:40:07 +02:00
Otherwise, you can download binaries from the releases.
2016-08-22 17:52:14 +02:00
2021-08-25 06:40:07 +02:00
## Building From Source
2016-08-22 17:52:14 +02:00
2021-08-25 06:40:07 +02:00
```
cargo build --release
```
2016-08-22 17:52:14 +02:00
# Usage
2017-05-23 00:26:54 +02:00
`steamguard-cli` looks for your `maFiles` folder in the current user's home directory (eg. `~/maFiles/`).
2016-10-20 00:10:18 +02:00
Your `maFiles` can be created with [Steam Desktop Authenticator][SDA]. You can create `maFiles` with
2017-05-23 00:26:54 +02:00
steamguard-cli using the `setup` action (`steamguard setup`).
2016-08-22 17:52:14 +02:00
**REMEMBER TO MAKE BACKUPS OF YOUR `maFiles`, AND TO WRITE DOWN YOUR RECOVERY CODE!**
[SDA]: https://github.com/Jessecar96/SteamDesktopAuthenticator
2021-08-25 06:40:07 +02:00
Full helptext can be displayed with:
```
steamguard --help
```
2021-08-25 14:36:02 +02:00
# Contributing
By contributing code to this project, you give me and any future maintainers a non-exclusive transferable license to use that code for this project, including permission to modify, redistribute, and relicense it.
# License
`steamguard-cli`, the command line program is licensed under GPLv3.
`steamguard`, the library that is used by `steamguard-cli` is dual licensed under MIT or Apache 2.0, at your option.