async API wrapper for Tarkov Market written in Python.
Project description
async API wrapper for Tarkov Market written in Python. It is designed to reverse discord.py as a base.
About
What is Tarkov-Market.py?
- Tarkov-Market.py is Modern Python API using
asyncandawait.
Installing
Python 3.8 or higher is required
# Linux/macOS
python3 -m pip install -U tarkov-market.py
# Windows
py -3 -m pip install -U tarkov-market.py
Quick Example
import asyncio
import tarkov_market
market = tarkov_market.Client(token='API KEY')
async def main():
# Must run setup once before use.
await market.setup()
item: tarkov_market.Item = await market.fetch_item('TerraGroup Labs keycard (Red)')
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
loop.close()
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
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 tarkov-market.py-0.1.0.tar.gz.
File metadata
- Download URL: tarkov-market.py-0.1.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
455ab5d5f211a3b5fd334bd5798248324d3c1f08e53a08ec8f99fba105859e25
|
|
| MD5 |
4e08c01fcd9d1edce98a018da5418fba
|
|
| BLAKE2b-256 |
0b8c4e9f757639066543fb7f6366b8fb0da4b89cc52639625f90e0ee6964cb15
|
File details
Details for the file tarkov_market.py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tarkov_market.py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7f40c4abb008c5208d31af6c3d4aae630b5052334e6a587899c3b45d1a6db42
|
|
| MD5 |
d8e94561c071096c1cb01e67a390a270
|
|
| BLAKE2b-256 |
350384cbb96a4dabf7f0e90134b33af30b8407115f6d1ced4f9519321dd8c987
|