Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 267 Bytes

File metadata and controls

14 lines (10 loc) · 267 Bytes

PySteamMarket

(Under construction)

Python API for getting prices from the Steam market.

Usage

import steam_market as sm

item = sm.get_tf2_item('Strange Professional Killstreak Scattergun')
for listing in item.listings:
    print(listing.price)