0.7.0 • Published 3 years ago

steam-2fa-cli v0.7.0

Weekly downloads
33
License
-
Repository
github
Last release
3 years ago

Steam 2FA CLI

CLI tool to generate Steam 2FA codes.

Listing codes:

$ steam2fa

Listing accounts with secrets:

$ steam2fa -l     #or
$ steam2fa --list

Adding an account:

$ steam2fa -a    "name" "secret" #or
$ steam2fa --add "name" "secret" 
$ #Example: steam2fa -a "My personal account" "8cr0T+zCLiaSdo1E+Alp7nzAPno="

Removing an account:

$ steam2fa -r "secret part"       #or
$ steam2fa --remove "secret part"
$ #Example: steam2fa -r "8cr0"

Show help message:

$ steam2fa -h     #or
$ steam2fa -?     #or
$ steam2fa --help
0.7.0

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago