Item schemas, unusual effects, SKUs and more useful data for TF2 trading
Project description
tf2-data
Item schemas, unusual effects, SKUs and more which can be useful for TF2 trading. Implemented by tf2-utils.
Donate
- BTC:
bc1qntlxs7v76j0zpgkwm62f6z0spsvyezhcmsp0z2 - Steam Trade Offer
Setup
Install
pip install tf2-data
# or
python -m pip install tf2-data
Updating
pip install --upgrade tf2-data
# or
python -m pip install --upgrade tf2-data
Testing
# tf2-data/
pytest
Update files after new update
If the package is not up-to-date, run this snippet to update your local files.
from tf2_data import Schema, SchemaItems, IEconItems
api_key = "STEAM_API_KEY"
schema = Schema(api_key=api_key)
schema.set_effects()
ieconitems = IEconItems(api_key)
items = ieconitems.set_all_schema_items()
schema_items = SchemaItems(items)
schema_items.map_defindex_name()
schema_items.map_defindex_full_name()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tf2_data-1.0.4.tar.gz
(1.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tf2_data-1.0.4.tar.gz.
File metadata
- Download URL: tf2_data-1.0.4.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2763be13d8a96c4e1bb7476321af30ceafe76562838aa013b3be44eb744c99d5
|
|
| MD5 |
2a1353225f095142a5faca43637f80ce
|
|
| BLAKE2b-256 |
134d2c9c7a86bdb91b69dd55b46b8d0e91e6de8beba9aa3352a32d04aaacc685
|
File details
Details for the file tf2_data-1.0.4-py3-none-any.whl.
File metadata
- Download URL: tf2_data-1.0.4-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d86a7aca288c761b5370e8e19f0580e7cf61798d1c144d57478ab844fbd5f1c4
|
|
| MD5 |
28f518926db7d81bd92506e9afa9a778
|
|
| BLAKE2b-256 |
f02de470f46444168b5535df3a09649b1f0d1d7974f9d5bbb79babe936b01971
|