Skip to main content

Fetching and parsing info from Steam Community Market and CSGO Float Apis

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smapi-0.1.4.tar.gz (9.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page