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

It will return a dictionary with the item's full name and with the buy- and sellprices. If something went wring, it returns Null.

List of tf2 items: https://wiki.alliedmods.net/Team_fortress_2_item_definition_indexes

Qualities:

  • Normal
  • Genuine
  • Vintage
  • rarity3
  • Unusual
  • Unique
  • Community
  • Valve
  • Self-Made
  • Customized
  • Strange
  • Completed
  • Haunted
  • Collector's
  • Decorated Weapon

Australium:

  • It can be True if australium, and False if not. Killstreak:
  • If not killstreak it's 0
  • If killstreak it's 1
  • If specialized it's 2
  • If pofessional it's 3

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-0.0.8.tar.gz (25.0 kB view hashes)

Uploaded Source

Built Distribution

pricestf-0.0.8-py3-none-any.whl (24.6 kB view hashes)

Uploaded Python 3

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