MarketplaceTF¶
- exception src.tf2_utils.marketplace_tf.MarketplaceTFException¶
- exception src.tf2_utils.marketplace_tf.SKUDoesNotMatch¶
- exception src.tf2_utils.marketplace_tf.NoAPIKey¶
- src.tf2_utils.marketplace_tf.api_key_required(func)¶
- class src.tf2_utils.marketplace_tf.MarketplaceTF(api_key: str = None)¶
- get_endpoints() dict¶
- get_bots(*args, **kwargs)¶
- get_bans(*args, **kwargs)¶
- get_is_banned(steam_id: str) bool¶
- get_name(steam_id: str) str¶
- get_is_seller(steam_id: str) bool¶
- get_seller_id(steam_id: str) int¶
- get_dashboard_items(*args, **kwargs)¶
- get_sales(*args, **kwargs)¶
- fetch_item_raw(item_name: str, quality: str, craftable: bool) dict¶
- fetch_item(sku: str) dict¶
- get_item_data() dict¶
- get_lowest_price() float¶
- get_price() float¶
- get_highest_buy_order() float¶
- get_buy_order() float¶
- get_stock() int¶
- get_sku() str¶
- fetch_lowest_price(sku: str) float¶
- fetch_price(sku: str) float¶
- fetch_highest_buy_order(sku: str) float¶
- fetch_buy_order(sku: str) float¶
- fetch_stock(sku: str) int¶