Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.21 KB

intro.rst

File metadata and controls

38 lines (23 loc) · 1.21 KB

Intro - steam

A python module for interacting with various parts of Steam.

Supports Python 2.7+ and 3.4+.

Key features

  • SteamAuthenticator <api/steam.guard> - enable/disable/manage 2FA on account and generate codes
  • SteamClient <api/steam.client> - communication with the steam network based on gevent
  • SteamID <api/steam.steamid> - convert between the various ID representations with ease
  • WebAPI <api/steam.webapi> - simple API for Steam's Web API with automatic population of interfaces
  • WebAuth <api/steam.webauth> - authentication for access to store.steampowered.com and steamcommunity.com

Checkout the user_guide for examples, or the api/index for details.

For questions, issues, or general curiosity, visit the repo at https://github.com/ValvePython/steam.

Quick install

For details on require system packages, see install.

Install latest version from PYPI:

pip install -U steam

Install the current dev version from github:

pip install git+https://github.com/ValvePython/steam