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.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytarkov-1.1.0.tar.gz.
File metadata
- Download URL: pytarkov-1.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1c8c8a96c0d9149e8ce37d48cc369f586aab1f834f8078d2c0797b8cbf1b49e
|
|
| MD5 |
7a31a898d4a525b942ea7f442fc3c77f
|
|
| BLAKE2b-256 |
033cbc2345d80d9900bababfb49f5911bfee082a62fc89c6d635366366b1dc3d
|
File details
Details for the file pytarkov-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pytarkov-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db1eca762d050502d4707cbfe1e1397d7ead2268e5f3f5f6c707365144771ef0
|
|
| MD5 |
15a820d9b3b5ee25164524a486c3e699
|
|
| BLAKE2b-256 |
a720d16fcd209884bb3b00aab5ee0b137998d4425251522e5a0e5c8be376a07b
|