Metadata-Version: 2.1
Name: pykov-eft
Version: 0.0.4
Summary: A Python API for Escape From Tarkov
Home-page: https://github.com/Xpheriono/pykov
Author: Xpheriono
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Work In Progress

This is an API, written in Python, for Escape From Tarkov based on dank's work: https://github.com/dank/tarkov

The main goal of this API is to provide simple and concise methods for retrieving various information from the Escape From Tarkov REST API in Python. Most methods will return a Python dictionary with requested information.

# Login

Login with two-factor authentication is supported, but the user will need to manually enter the authentication code when prompted.  **CAPTCHA is NOT supported**

# Features so far include:

* Automatic version updating upon launch, with functions to update as needed
* Retrieval of information like items, traders, and profiles
* Easy to use JSON in Python's dictionary format

# Example

A basic example is included under example.py, along with the example_get_all_items.txt file that it produces. More example usage will be provided in the future.

# UNOFFICIAL

This project is not affiliated to BattleState Games or Escape From Tarkov in any way.

