Rossen Georgiev
fda65156b3
fix #223 ; incorrect import statement in docs
6 years ago
Pavel Djundik
a2d79a085b
docs: update url to xPaw api page ( #214 )
6 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
395fddf6ce
fix broken login examples after recent changes
fix #78
8 years ago
Rossen Georgiev
1c350ac570
docs: fix friend add example in user_guide
Reported in #71
8 years ago
Rossen Georgiev
00ea0513ac
docs add missing line in one example
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
d3c0a16932
docs: fix steam_id property in cli example; #45
9 years ago
Rossen Georgiev
a18479db89
docs: fix APIHost link in user_guide
[ci skip]
9 years ago
Rossen Georgiev
4ee1fef63f
WebAPI: apihost param; get/post shortcuts
* tweaks to WebAPI user guide section
* can now specify hostname for API
* added post/get function as shortcuts for calling endpoints
9 years ago
Rossen Georgiev
01f1d8f449
docs: added feature list, py3 info, rewording
9 years ago
Rossen Georgiev
c37c5dcc37
reworked SteamClient example in user_guide
9 years ago
Rossen Georgiev
17dd419977
added WebAuth module
9 years ago
Rossen Georgiev
e0173312c9
docs: update steam client message example
9 years ago
Rossen Georgiev
5f6217eabf
docs: fix code errors in user_guide
9 years ago
Rossen Georgiev
5b59f31a58
docs: small tweak to user guide [ci skip]
9 years ago
Rossen Georgiev
05649cc3a1
updated examples in user_guide
9 years ago
Rossen Georgiev
637ba7a502
added steam.client features to docs
* various other docs alterations
* moved games played under features.misc
9 years ago
Rossen Georgiev
ac81ea7e13
updated docs for steam.client
9 years ago
Rossen Georgiev
1ee6f4a0f4
renamed doc folder to docs
9 years ago
Rossen Georgiev
531f7543cf
removed EventEmitter as it's now a seperate module
9 years ago
Rossen Georgiev
f09ba3830f
added documentation source
9 years ago
Rossen Georgiev
b1cb5913fa
updated README with install+setup sections
9 years ago
Rossen Georgiev
a1062400fd
updated README about SteamClient
9 years ago
Rossen Georgiev
28cb3d8eb3
added methods for resolving community urls
10 years ago
Rossen Georgiev
4a89ac9372
added scrutinizer badge in README
10 years ago
Rossen Georgiev
f79d35b6cd
updated README
10 years ago
Rossen Georgiev
2d24284e85
add test suite for SteamID + enabled travis/cover
fix #2
10 years ago
Rossen Georgiev
f5d6bc848c
WebAPI: moved doc() to __doc__; doc() now prints
10 years ago
Rossen Georgiev
121605fb88
SteamID can now init with steam2 id
10 years ago
Rossen Georgiev
b43b2cd6fc
steamid.community_url is now https
10 years ago
Rossen Georgiev
628410667b
added shields to README
10 years ago
Rossen Georgiev
1c9235c1e9
WebAPI: added version specific method endpoints
10 years ago
Rossen Georgiev
9d326605e9
textwrap LICENSE; tweaks to README
10 years ago
Rossen Georgiev
2cc0102334
adjust SteamID format properties
10 years ago
Rossen Georgiev
2964911e6c
added raw, format parameters to WebAPI
10 years ago
Rossen Georgiev
6fe2ab93d6
added WebAPI; v0.2
10 years ago
Rossen Georgiev
0c5b2937a3
added SteamID outputs to README
10 years ago
Rossen Georgiev
2e8280824d
updated README + Makefile
10 years ago
Rossen Georgiev
b814fd152b
empty README and setup.py
10 years ago