{"id":16535861,"url":"https://github.com/offish/steam_community_market","last_synced_at":"2025-06-16T23:36:32.010Z","repository":{"id":50749802,"uuid":"212910803","full_name":"offish/steam_community_market","owner":"offish","description":"Get item prices and volumes from the Steam Community Market using Python 3","archived":false,"fork":false,"pushed_at":"2023-05-28T21:36:08.000Z","size":173,"stargazers_count":53,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-22T21:33:02.782Z","etag":null,"topics":["csgo","dota2","item-prices","prices","pubg","steam","steam-api","steam-community-market","steam-price","steam-prices","steambot","steamcommunitymarket","tf2"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/offish.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/0ffish","https://steamcommunity.com/tradeoffer/new/?partner=293059984\u0026token=0-l_idZR"]}},"created_at":"2019-10-04T22:15:33.000Z","updated_at":"2025-05-17T00:26:26.000Z","dependencies_parsed_at":"2024-10-27T11:10:08.624Z","dependency_job_id":"a480c60d-5416-4f1f-b416-6aa6072a2cc0","html_url":"https://github.com/offish/steam_community_market","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":"0.019230769230769273","last_synced_commit":"c31b76fe32c9061bb7650d5a7f6cb94014db9714"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/offish/steam_community_market","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Fsteam_community_market","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Fsteam_community_market/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Fsteam_community_market/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Fsteam_community_market/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offish","download_url":"https://codeload.github.com/offish/steam_community_market/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Fsteam_community_market/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260261739,"owners_count":22982699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csgo","dota2","item-prices","prices","pubg","steam","steam-api","steam-community-market","steam-price","steam-prices","steambot","steamcommunitymarket","tf2"],"created_at":"2024-10-11T18:29:06.163Z","updated_at":"2025-06-16T23:36:31.978Z","avatar_url":"https://github.com/offish.png","language":"Python","funding_links":["https://paypal.me/0ffish","https://steamcommunity.com/tradeoffer/new/?partner=293059984\u0026token=0-l_idZR","https://www.paypal.me/0ffish"],"categories":[],"sub_categories":[],"readme":"steam_community_market\r\n======================\r\n|pypi| |license| |stars| |issues| |repo_size| |chat|\r\n\r\n|donate_steam| |donate|\r\n\r\nGet prices and volumes of any item on the `Steam Community Market`_ using Python 3.\r\n\r\n.. _Steam Community Market: https://steamcommunity.com/market/\r\n\r\n.. contents:: Table of Contents\r\n    :depth: 1\r\n\r\n\r\nInstalling\r\n----------\r\n\r\nInstall and update using `pip`_:\r\n\r\n.. code-block:: text\r\n\r\n    pip install --upgrade steam_community_market\r\n\r\n.. _pip: https://pip.pypa.io/en/stable/quickstart/\r\n\r\nUsage\r\n-----\r\n\r\n.. code-block:: python\r\n\r\n    from steam_community_market import Market, AppID\r\n\r\n    market = Market(\"USD\")\r\n\r\n    item = \"AK-47 | Redline (Field-Tested)\"\r\n\r\n    market.get_lowest_price(item, AppID.CSGO)\r\n    14.98\r\n\r\n    market.get_volume(item, 730)\r\n    1097\r\n\r\n\r\n`\"USD\"` can either be `ESteamCurrency`, `str`, `int` or empty. Find the currencies supported `here`_.\r\n\r\n.. _here: https://github.com/offish/steam_community_market/blob/master/steam_community_market/enums.py#L4\r\n\r\n\r\nDocumentation\r\n-------------\r\nDocumentation for this package can be found on `readthedocs`_.\r\n\r\n.. _readthedocs: https://steam-community-market.readthedocs.io/en/latest/\r\n\r\nLinks\r\n-----\r\n* `Documentation`_\r\n* `Releases`_\r\n* `Issue tracker`_\r\n* `Discord`_\r\n* `Donate`_\r\n\r\n\r\nLicense\r\n-------\r\nMIT License\r\n\r\nCopyright (c) 2020 `offish`_\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n\r\n.. _offish: https://offi.sh\r\n\r\n\r\n\r\n.. _Documentation: https://steam-community-market.readthedocs.io/en/latest/\r\n.. _Releases: https://pypi.org/project/steam_community_market/\r\n.. _Issue tracker: https://github.com/offish/steam_community_market/issues\r\n.. _Discord: https://discord.gg/t8nHSvA\r\n.. _Donate: https://www.paypal.me/0ffish\r\n\r\n.. |pypi| image:: https://img.shields.io/pypi/v/steam_community_market.svg\r\n    :target: https://pypi.org/project/steam_community_market\r\n    :alt: Latest version released on PyPi\r\n\r\n.. |license| image:: https://img.shields.io/github/license/offish/steam_community_market.svg\r\n    :target: https://github.com/offish/steam_community_market/blob/master/LICENSE\r\n    :alt: License\r\n\r\n.. |stars| image:: https://img.shields.io/github/stars/offish/steam_community_market.svg\r\n    :target: https://github.com/offish/steam_community_market/stargazers\r\n    :alt: Stars\r\n\r\n.. |issues| image:: https://img.shields.io/github/issues/offish/steam_community_market.svg\r\n    :target: https://github.com/offish/steam_community_market/issues\r\n    :alt: Issues\r\n\r\n.. |repo_size| image:: https://img.shields.io/github/repo-size/offish/steam_community_market.svg\r\n    :target: https://github.com/offish/steam_community_market\r\n    :alt: Repo Size\r\n\r\n.. |chat| image:: https://img.shields.io/discord/467040686982692865.svg\r\n    :target: https://discord.gg/t8nHSvA\r\n    :alt: Discord\r\n\r\n.. |donate_steam| image:: https://img.shields.io/badge/donate-steam-green.svg\r\n    :target: https://steamcommunity.com/tradeoffer/new/?partner=293059984\u0026token=0-l_idZR\r\n    :alt: Donate via Steam\r\n\r\n.. |donate| image:: https://img.shields.io/badge/donate-paypal-blue.svg\r\n    :target: https://www.paypal.me/0ffish\r\n    :alt: Donate via PayPal\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffish%2Fsteam_community_market","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffish%2Fsteam_community_market","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffish%2Fsteam_community_market/lists"}