Rossen Georgiev
2a28c0e509
docs and recipe tweaks
5 years ago
Rossen Georgiev
4117911041
remove imports from 'steam' namespace
Since there are many modules, importing anything inside the steam namespace introduces an extra
cost. Cleaning up the space will allow dependent stuff to import just the modules it needs without
anything extra. This will also improve start up times for cli programs.
6 years ago
Rossen Georgiev
609eb72ec3
fix SimpleWebAPI recipe
* make python3 compat
* rework and simplify login logic
* replace gevent.wsgi with gevent.pywsgi
fix #176
[ci skip]
6 years ago
Rossen Georgiev
95c3ce82d7
fix typos in WalletBalance readme
7 years ago
Rossen Georgiev
28a54fbe03
add wallet balance recipes
7 years ago
Rossen Georgiev
395fddf6ce
fix broken login examples after recent changes
fix #78
8 years ago
Rossen Georgiev
7cbd44a4c5
SteamClient: added 'cli_login()'
The new method simplfiest the login process from CLI.
Examples and recipes are changed to use it.
9 years ago
Rossen Georgiev
610de3dd8a
SteamClient: login() now returns LogOn eresult
9 years ago
Rossen Georgiev
f651762185
added Simple Web API recipe
9 years ago
Rossen Georgiev
502ce49f69
tweak persistent_login recipe to not reconnect on exit
9 years ago
Rossen Georgiev
53bdf71b4a
fix persistent logon recipe
[ci skip]
9 years ago
Rossen Georgiev
1927068584
rework recipe README
[ci skip]
9 years ago
Rossen Georgiev
05dc724891
added login recipes
[ci skip]
9 years ago