Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.55 KB

File metadata and controls

42 lines (34 loc) · 1.55 KB

backpack-tf

Stars Issues Size Discord Downloads Code style Ruff

Create and manage Backpack.tf listings (API v2) using Python 3.

Tip

Consider using tf2-utils' ListingManager instead of backpack-tf directly.

Donate

Setup

Install

pip install bptf
# or 
python -m pip install bptf

Updating

pip install --upgrade bptf
# or 
python -m pip install --upgrade bptf

Usage

See the examples or use the ListingManager in tf2-utils.

Testing

# backpack-tf/
pytest