All Projects → offish → steam_community_market

offish / steam_community_market

Licence: MIT license
Get item prices and volumes from the Steam Community Market using Python 3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to steam community market

valve-matchmaking-ip-ranges
Lists of locations & IP addresses of Valve servers
Stars: ✭ 69 (+187.5%)
Mutual labels:  steam, csgo, tf2, dota2
SteamTracking-GDPR
📜 Tracking Valve's GDPR related pages
Stars: ✭ 21 (-12.5%)
Mutual labels:  steam, csgo, tf2, dota2
csgo-cli
CS:GO Console shows your user account, stats and latest matches. It also uploads demo sharecodes to csgostats.gg.
Stars: ✭ 31 (+29.17%)
Mutual labels:  steam, csgo, steam-api
steam-auth
A simple PHP Steam login and User Detail package
Stars: ✭ 16 (-33.33%)
Mutual labels:  steam, steambot, steam-api
idle master extended
🃏 Get your Steam Trading Cards the Fast Way (Fast Mode Extension 🚀)
Stars: ✭ 1,771 (+7279.17%)
Mutual labels:  steam, steambot, steam-api
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+29979.17%)
Mutual labels:  steam, steambot, steam-api
SteamTradeOffersBot
SteamBot fork that provides an easy-to-use Trade Offer library and a true generic inventory interface.
Stars: ✭ 45 (+87.5%)
Mutual labels:  steam, steambot, steam-api
CallAdmin
CallAdmin is a multilingual sourcemod plugin which provides in-game report functionality
Stars: ✭ 52 (+116.67%)
Mutual labels:  steam, csgo, tf2
Vac
Source code of Valve Anti-Cheat obtained from disassembly of compiled modules
Stars: ✭ 254 (+958.33%)
Mutual labels:  steam, csgo, dota2
Steamworks
Exposing SteamWorks functions to SourcePawn.
Stars: ✭ 70 (+191.67%)
Mutual labels:  steam, steam-api, dota2
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+425%)
Mutual labels:  steam, steam-api
Steam-Auto-Friend
❤️ Node.js based script for steam to accept all incoming friend requests on steam sending one custom welcome message, adding user to selected group and displaying custom playing game status message. Built by @Refloow
Stars: ✭ 23 (-4.17%)
Mutual labels:  steam, steambot
SteamBuff Market-WalletBalance
饰品筛选倒余额 比例自定义 已适配buff c5game igxe
Stars: ✭ 66 (+175%)
Mutual labels:  steam, csgo
saliengame-bot
Steam Saliens Game 2018 - Auto-play / Auto-Click Bot
Stars: ✭ 12 (-50%)
Mutual labels:  steam, steambot
steam-hour-boost
🔧 Script for idling, boosting playtime in hours, for chosen game without using computer resources. CSGO test successfully.
Stars: ✭ 21 (-12.5%)
Mutual labels:  steam, csgo
market-pricing
Wrapper for the unofficial Steam Market Pricing API
Stars: ✭ 21 (-12.5%)
Mutual labels:  steam, steam-api
CSGO-Overpay-Bot
No description or website provided.
Stars: ✭ 31 (+29.17%)
Mutual labels:  steam, steam-api
csgo-league-web
League web panel
Stars: ✭ 42 (+75%)
Mutual labels:  steam, csgo
Steam-Games-Idle
❤️ Node.js based script for steam game idling / hour boosting for chosen game without using computer resources. Built by @Refloow
Stars: ✭ 46 (+91.67%)
Mutual labels:  steam, steambot
CSGOItemDB
An API to retrieve accurate CS:GO prices for high- and low-tier items
Stars: ✭ 35 (+45.83%)
Mutual labels:  steam, csgo

steam_community_market

Latest version released on PyPi License Stars Issues Repo Size Discord

Donate via Steam Donate via PayPal

Get prices and volumes of any item on the Steam Community Market using Python 3.

Installing

Install and update using pip:

pip install --upgrade steam_community_market

Usage

from steam_community_market import Market, AppID

market = Market("USD")

item = "AK-47 | Redline (Field-Tested)"

market.get_lowest_price(item, AppID.CSGO)
14.98

market.get_volume(item, 730)
1097

"USD" can either be ESteamCurrency, str, int or empty. Find the currencies supported here.

Documentation

Documentation for this package can be found on readthedocs.

Links

License

MIT License

Copyright (c) 2020 offish

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].