Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytarkov

PyPI version info

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}")

About

An API wrapper for Tarkov-Market written in Python.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages