/SteamMarketAPI

API that provides you to use the SteamMarketAPI simplify.

Primary LanguagePythonMIT LicenseMIT

SteamMarketAPI

SteamMarketAPi is api that provides you to use the Steam Community Market for CS:GO game simplify, through the fetching and parsing lots info from Steam Community Market and CSGO Float APIs

Common Features

  • Simple to use
  • Asynchronous
  • Fast

Alert

If you want to use this api heavily you should to host CSGO Float API yourself

Code Sample

For more samples look to examples

from smapi import SteamMarketHandler

smapi_object = SteamMarketHandler(
    'AK-47 | Vulcan (Field-Tested)',
    quantity=30
)

for lot in smapi_object.get_as_dataclass:
    print(lot)

Installing

pip3 install smapi