Skip to main content

python api to Nicklason's prices.tf site.

Project description

PricesTF Python API

This modul is a simple python api for Nickalson's prices.tf website.

Installation

This module requires Python v3+ to run.

For install the module type this to your command line...

pip install pricestf

Quick Example

from pricestf import get_price

print(get_price("Scattergun", quality="Strange", australium=False, killstreak=0, error_message=True, ratelimit_data=False))

It will return a dictionary with the item's full name and with the buy- and sellprices.

{'name': 'Strange Scattergun', 'buy_price': {'keys': 0, 'metal': 18.11}, 'sell_price': {'keys': 0, 'metal': 18.22}}

If something went wring, it returns an error code.

Error codes:
  • 0: Unknown error
  • 1: Rate limit exceeded
  • 2: Item is not priced
  • 3: No prices for given source
  • 4: No item named
List of tf2 items

Qualities:
  • Normal
  • Genuine
  • Vintage
  • rarity3
  • Unusual
  • Unique (Default)
  • Community
  • Valve
  • Self-Made
  • Customized
  • Strange
  • Completed
  • Haunted
  • Collector's
  • Decorated Weapon
Australium:
  • It can be True if australium, and False if not. (Default: False)
Killstreak:
  • If not killstreak it's 0
  • If killstreak it's 1
  • If specialized it's 2
  • If pofessional it's 3
Error message:
  • If True it will print the error message, if False it wont. (Default: True)
Rate limit:

If True, besides the prices it will even return data about the current ratelimit status. (Default: False)

{'name': 'Strange Scattergun', 'buy_price': {'keys': 0, 'metal': 18.11}, 'sell_price': {'keys': 0, 'metal': 18.22}, 'ratelimit': {'limit': 180, 'remaining': 178, 'reset': 1583686816}}

Also usable:

from pricestf import ratelimit

print(ratelimit())

You will get a dictionary about the current ratelimit status.

{'limit': 180, 'remaining': 180, 'reset': 1583686816}

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pricestf-1.0.0.tar.gz (26.1 kB view details)

Uploaded Source

Built Distribution

pricestf-1.0.0-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

Details for the file pricestf-1.0.0.tar.gz.

File metadata

  • Download URL: pricestf-1.0.0.tar.gz
  • Upload date:
  • Size: 26.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.6

File hashes

Hashes for pricestf-1.0.0.tar.gz
Algorithm Hash digest
SHA256 771d3d552852b378b4232b6059f7a1aa6191acc1ac9b4660d5511af512528a81
MD5 57fdb5f3608e7374a7eeeb1c65949f52
BLAKE2b-256 0dcbbf28f411f4c582e44405dcca95920cc5faef903d596d5475984a13b34393

See more details on using hashes here.

File details

Details for the file pricestf-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pricestf-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.6

File hashes

Hashes for pricestf-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0a16a1d00e4ce8da6766ef424aefa34cf6a6d74bc5823a5df3f12aa0ba9ae0ad
MD5 57c70b0e190e5978c51da6b5ed3f2b61
BLAKE2b-256 3a427c274893c10a1c968c7047c163ccc32d6bc28f1a9b92847b81c46f9d877d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page