pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
38 lines
1.2 KiB
.. include:: global.rst
|
|
|
|
Intro - steam |version|
|
|
=======================
|
|
|
|
|today|
|
|
|
|
|license|
|
|
|
|
A python module for interacting with various parts of Steam_.
|
|
|
|
Supports Python ``2.7+`` and ``3.3+``.
|
|
|
|
Key features
|
|
============
|
|
|
|
* :doc:`SteamAuthenticator <api/steam.guard>` - enable/disable/manage 2FA on account and generate codes
|
|
* :doc:`SteamClient <api/steam.client>` - communication with the steam network based on ``gevent``
|
|
* :doc:`SteamID <api/steam.steamid>` - convert between the various ID representations with ease
|
|
* :doc:`WebAPI <api/steam.webapi>` - simple API for Steam's Web API with automatic population of interfaces
|
|
* :doc:`WebAuth <api/steam.webauth>` - authentication for access to ``store.steampowered.com`` and ``steamcommunity.com``
|
|
|
|
Checkout the :doc:`user_guide` for examples, or the :doc:`api/index` for details.
|
|
|
|
For questions, issues, or general curiosity, visit the repo at `https://github.com/ValvePython/steam <https://github.com/ValvePython/steam>`_.
|
|
|
|
Quick install
|
|
=============
|
|
|
|
For details on require system packages, see :doc:`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
|
|
|