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.2.tar.gz
(3.0 kB
view details)
File details
Details for the file pytarkov-1.1.2.tar.gz.
File metadata
- Download URL: pytarkov-1.1.2.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 |
70b86620a23ea262d30c15a3f46f4cf1a05331813606a3cda905ec8d269e072d
|
|
| MD5 |
eaa5438c710ebc25d220e53e3646cb30
|
|
| BLAKE2b-256 |
c31bee2cbda8ba2e16dbbb9ef93a08ec17a7aedd0dbbf7932d40e7653167972b
|