RSteamGuard
Get Steam guard code without the Mobile Authenticator app, now with rust.
Install / Use
/learn @simonsmh/RSteamGuardREADME
RSteamGuard
Get Steam guard code without the Mobile Authenticator app, now with rust.
Usage
You need to get your shared secret. Refer to this article.
Then add it to the first line of main.rs or just compile this project directly with cargo.
cargo build --release
Install it to some place you like and run with
./steam_guard [secret]
or
SECRET=<secret> ./steam_guard
