You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Rossen Georgiev 95c3ce82d7 fix typos in WalletBalance readme 7 years ago
..
README.rst fix typos in WalletBalance readme 7 years ago
wallet_steamclient.py add wallet balance recipes 7 years ago
wallet_webauth.py add wallet balance recipes 7 years ago

README.rst

wallet_steamclient.py
---------------------

Prompts for login, handles code prompts and prints wallet balance.
Since there is no handling for the result of ``cli_login()`` there
might situations where it breaks like when Steam is down.

wallet_webauth.py
-----------------

This script is a little bit more complicated. It logins into the Steam website instead.
Once logged in, it requests a single page and finds the balance in the source code.
There is a basic structure to handle code prompts.
Entering username, password or codes wrong will result in an error as there is no logic to handle that.