steam-interfaces


Namesteam-interfaces JSON
Version 0.2.8 PyPI version JSON
download
home_pagehttps://github.com/Weebp-Team/steamapi
SummaryPython library for working with the Steam API.
upload_time2023-01-07 12:35:56
maintainer
docs_urlNone
authorTarodictrl
requires_python
licenseMIT License, see LICENSE file
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # steam-interfaces
![PyPI](https://img.shields.io/pypi/v/steam_interfaces?color=orange) ![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Weebp-Team/steam_interfaces?color=blueviolet) ![License](https://img.shields.io/pypi/l/steam_interfaces?color=blueviolet) ![Forks](https://img.shields.io/github/forks/Weebp-team/steam_interfaces?style=social)

Python library for working with the Steam API.

**API Documentation:** 
- https://partner.steamgames.com/doc/webapi
- https://steamapi.xpaw.me

## Installation

```sh
pip install steam_interfaces 
```

## Usage
How get player info:
```python
from steam_interfaces import ISteamUser
import os

key = os.getenv('STEAM_API_KEY')

steam_user = ISteamUser(key)
user_info = steam_user.get_player_summaries(76561198248393810)
``` 

## Supported interfaces
- [IBroadcastService](https://partner.steamgames.com/doc/webapi/IBroadcastService)
- [ICheatReportingService](https://partner.steamgames.com/doc/webapi/ICheatReportingService)
- [IDOTA2Fantasy_570](https://steamapi.xpaw.me/#IDOTA2Fantasy_570)
- [IDOTA2MatchStats_570](https://steamapi.xpaw.me/#IDOTA2MatchStats_570)
- [IDOTA2Match_570](https://steamapi.xpaw.me/#IDOTA2Match_570)
- [IDOTA2StreamSystem_205790](https://steamapi.xpaw.me/#IDOTA2StreamSystem_205790)
- [IDOTAChat_570](https://steamapi.xpaw.me/#IDOTA2Match_570)
- [IEconMarketService](https://partner.steamgames.com/doc/webapi/IEconMarketService)
- [ILobbyMatchmakingService](https://partner.steamgames.com/doc/webapi/ILobbyMatchmakingService)
- [IPlayerService](https://partner.steamgames.com/doc/webapi/IPlayerService)
- [ISiteLicenseService](https://partner.steamgames.com/doc/webapi/ISiteLicenseService)
- [ISteamApps](https://partner.steamgames.com/doc/webapi/ISteamApps)
- [ISteamCommunity](https://partner.steamgames.com/doc/webapi/ISteamCommunity)
- [ISteamGameServerStats](https://partner.steamgames.com/doc/webapi/ISteamGameServerStats)
- [ISteamNews](https://partner.steamgames.com/doc/webapi/ISteamNews)
- [ISteamUser](https://partner.steamgames.com/doc/webapi/ISteamUser)
- [ISteamWebAPIUtil](https://partner.steamgames.com/doc/webapi/ISteamWebAPIUtil)
- [IWorkshopService](https://partner.steamgames.com/doc/webapi/IWorkshopService)

## Dependencies

[requests](https://pypi.org/project/requests/)

## Contributing

Bug reports and/or pull requests are welcome

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Weebp-Team/steamapi",
    "name": "steam-interfaces",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tarodictrl",
    "author_email": "vudi600@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/2c/4141d7ba5446faa43842394e75aa4668db57be1263ba3e8f50a7ba310183/steam_interfaces-0.2.8.tar.gz",
    "platform": null,
    "description": "# steam-interfaces\r\n![PyPI](https://img.shields.io/pypi/v/steam_interfaces?color=orange) ![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Weebp-Team/steam_interfaces?color=blueviolet) ![License](https://img.shields.io/pypi/l/steam_interfaces?color=blueviolet) ![Forks](https://img.shields.io/github/forks/Weebp-team/steam_interfaces?style=social)\r\n\r\nPython library for working with the Steam API.\r\n\r\n**API Documentation:** \r\n- https://partner.steamgames.com/doc/webapi\r\n- https://steamapi.xpaw.me\r\n\r\n## Installation\r\n\r\n```sh\r\npip install steam_interfaces \r\n```\r\n\r\n## Usage\r\nHow get player info:\r\n```python\r\nfrom steam_interfaces import ISteamUser\r\nimport os\r\n\r\nkey = os.getenv('STEAM_API_KEY')\r\n\r\nsteam_user = ISteamUser(key)\r\nuser_info = steam_user.get_player_summaries(76561198248393810)\r\n``` \r\n\r\n## Supported interfaces\r\n- [IBroadcastService](https://partner.steamgames.com/doc/webapi/IBroadcastService)\r\n- [ICheatReportingService](https://partner.steamgames.com/doc/webapi/ICheatReportingService)\r\n- [IDOTA2Fantasy_570](https://steamapi.xpaw.me/#IDOTA2Fantasy_570)\r\n- [IDOTA2MatchStats_570](https://steamapi.xpaw.me/#IDOTA2MatchStats_570)\r\n- [IDOTA2Match_570](https://steamapi.xpaw.me/#IDOTA2Match_570)\r\n- [IDOTA2StreamSystem_205790](https://steamapi.xpaw.me/#IDOTA2StreamSystem_205790)\r\n- [IDOTAChat_570](https://steamapi.xpaw.me/#IDOTA2Match_570)\r\n- [IEconMarketService](https://partner.steamgames.com/doc/webapi/IEconMarketService)\r\n- [ILobbyMatchmakingService](https://partner.steamgames.com/doc/webapi/ILobbyMatchmakingService)\r\n- [IPlayerService](https://partner.steamgames.com/doc/webapi/IPlayerService)\r\n- [ISiteLicenseService](https://partner.steamgames.com/doc/webapi/ISiteLicenseService)\r\n- [ISteamApps](https://partner.steamgames.com/doc/webapi/ISteamApps)\r\n- [ISteamCommunity](https://partner.steamgames.com/doc/webapi/ISteamCommunity)\r\n- [ISteamGameServerStats](https://partner.steamgames.com/doc/webapi/ISteamGameServerStats)\r\n- [ISteamNews](https://partner.steamgames.com/doc/webapi/ISteamNews)\r\n- [ISteamUser](https://partner.steamgames.com/doc/webapi/ISteamUser)\r\n- [ISteamWebAPIUtil](https://partner.steamgames.com/doc/webapi/ISteamWebAPIUtil)\r\n- [IWorkshopService](https://partner.steamgames.com/doc/webapi/IWorkshopService)\r\n\r\n## Dependencies\r\n\r\n[requests](https://pypi.org/project/requests/)\r\n\r\n## Contributing\r\n\r\nBug reports and/or pull requests are welcome\r\n\r\n## License\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": "MIT License, see LICENSE file",
    "summary": "Python library for working with the Steam API.",
    "version": "0.2.8",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a52c4141d7ba5446faa43842394e75aa4668db57be1263ba3e8f50a7ba310183",
                "md5": "84c10fd1ab19a0d879c95842ec535570",
                "sha256": "86e8582c9f6885e9c6b9a6cc0a49e8443646d107a4024cd003542274c4b10ec6"
            },
            "downloads": -1,
            "filename": "steam_interfaces-0.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "84c10fd1ab19a0d879c95842ec535570",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13318,
            "upload_time": "2023-01-07T12:35:56",
            "upload_time_iso_8601": "2023-01-07T12:35:56.968618Z",
            "url": "https://files.pythonhosted.org/packages/a5/2c/4141d7ba5446faa43842394e75aa4668db57be1263ba3e8f50a7ba310183/steam_interfaces-0.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-07 12:35:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Weebp-Team",
    "github_project": "steamapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "steam-interfaces"
}
        
Elapsed time: 0.08521s