https://github.com/offish/backpack-tf
Create and manage Backpack.tf listings (API v2) using Python 3
https://github.com/offish/backpack-tf
backpack-tf team-fortress-2 tf2 tf2-trading
Last synced: 11 months ago
JSON representation
Create and manage Backpack.tf listings (API v2) using Python 3
- Host: GitHub
- URL: https://github.com/offish/backpack-tf
- Owner: offish
- License: mit
- Created: 2025-02-25T09:23:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T19:20:26.000Z (over 1 year ago)
- Last Synced: 2025-02-28T01:44:56.333Z (over 1 year ago)
- Topics: backpack-tf, team-fortress-2, tf2, tf2-trading
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backpack-tf
[](https://github.com/offish/backpack-tf/stargazers)
[](https://github.com/offish/backpack-tf/issues)
[](https://github.com/offish/backpack-tf)
[](https://discord.gg/t8nHSvA)
[](https://pypi.org/project/bptf/)
[](https://github.com/psf/black)
[](https://github.com/astral-sh/ruff)
Create and manage Backpack.tf listings (API v2) using Python 3.
> [!TIP]
> Consider using tf2-utils' [ListingManager](https://github.com/offish/tf2-utils) instead of `backpack-tf` directly.
## Donate
- BTC: `bc1q9gmh5x2g9s0pw3282a5ypr6ms8qvuxh3fd7afh`
- [Steam Trade Offer](https://steamcommunity.com/tradeoffer/new/?partner=293059984&token=0-l_idZR)
## Setup
### Install
```bash
pip install bptf
# or
python -m pip install bptf
```
### Updating
```bash
pip install --upgrade bptf
# or
python -m pip install --upgrade bptf
```
## Usage
See the [examples](/examples/) or use the [ListingManager in tf2-utils](https://github.com/offish/tf2-utils).
## Testing
```bash
# backpack-tf/
pytest
```