Skip to content

Commit

Permalink
Explain QR-Code login in the README (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Dec 31, 2023
1 parent faa9da0 commit fd47e21
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,26 @@ Type `npm install` to install all dependencies.
 

## Accounts
Open the `accounts.txt` file and put an account in each line in this format: `username:password:shared_secret`.
Open the `accounts.txt` file and put an account in each line in this format:
`username:password:shared_secret`

`shared_secret` is optional. Only provide `username:password` if you don't want to use it.

 

**Login using QR-Code**:
You want to login an account by scanning a QR-Code using your Steam Mobile App? Easy!
Instead of providing a password for that account in `accounts.txt`, set the password to "qrcode".
On startup, the bot will display a QR-Code in the log which you can scan using your Steam Mobile App.

Example:
`myaccount1:qrcode`

The username you provide for that account does not need to be correct, it just needs to stay the same.
It is only used to store a token in the database to re-use the existing session when starting the bot the next time (so you don't need to scan the QR-Code on every startup).

 

## Proxies
If you are using many accounts it might make sense to add proxies so you don't have tons of sessions from the same IP.
To do this, open the `proxies.txt` file and put as many HTTP proxies as you wish, line per line.
Expand Down

0 comments on commit fd47e21

Please sign in to comment.