An API wrapper for Tarkov-Market written in Python.
Project description
Python wrapper for Escape from Tarkov API provided by https://tarkov-market.com
Installing
Python 3.6 or higher is required
To install the library, you can just run the following command:
# Linux/macOS
python3 -m pip install -U pytarkov
# Windows
py -3 -m pip install -U pytarkov
Getting API key
You can get your API key from here.
Quick Example
import pytarkov
client = pytarkov.PyTarkov("api-key-here")
item = client.get_item_by_name("bitcoin")
print(f"{item.name()} price: {item.price()}")
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
pytarkov-1.1.1.tar.gz
(3.0 kB
view details)
File details
Details for the file pytarkov-1.1.1.tar.gz.
File metadata
- Download URL: pytarkov-1.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
991e51742738539ce51729932e951e09d870b8b2de0a9b1a7e619bcab9370f16
|
|
| MD5 |
7bfad50701f6f09f6406362ebf50aac2
|
|
| BLAKE2b-256 |
949dcd76552a266251860141f576e3d5f9de273818840898aacf80c0a62ac1c7
|