Browse Source

fix typos in WalletBalance readme

0.9
Rossen Georgiev 7 years ago
parent
commit
95c3ce82d7
  1. 17
      recipes/3.WalletBalance/README.rst

17
recipes/3.WalletBalance/README.rst

@ -1,17 +1,14 @@
This are basic examples how to get the wallet balance
wallet_steamclient.py wallet_steamclient.py
--------------------- ---------------------
This first script is very basic. Prompts for login, handles code prompts and prints wallet balance.
Prompts for loging, handles code prompts and prints wallet balalnce. Since there is no handling for the result of ``cli_login()`` there
Since there is no handling for the result of ``cli_login`` during might situations where it breaks like when Steam is down.
this might break in certain situations like when Steam is down.
wallet_webauth.py wallet_webauth.py
----------------- -----------------
This script is a little bit more complicated and instead logs in to the steam website. This script is a little bit more complicated. It logins into the Steam website instead.
Once logged in to the website, it requests a single page and finds the balance in the source code. Once logged in, it requests a single page and finds the balance in the source code.
There is basic structure to handle code prompts. There is a basic structure to handle code prompts.
Entering username, password or codes wrong will result in an error as there is na ologic to handle that. Entering username, password or codes wrong will result in an error as there is no logic to handle that.

Loading…
Cancel
Save