Last updated:
0 purchases
bitskins 1.0.0
bitskins.py
A basic WIP API wrapper for the BitSkins website in Python, mapping the API Commands to corresponding functions.
Features support for all BitSkins supported games:
PUBG
PAYDAY2,
KILLING FLOOR 2
RUST
DEPTH
UNTURNED
CSGO
DOTA2
TF2
Example Usage:
from bitskins import BitSkins, RUST
wrapper = BitSkins("api key here", "secret here")
print(wrapper.getAccountInventory(game=RUST, page=10)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.