1 changed files with 7 additions and 10 deletions
@ -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…
Reference in new issue