Skip to main content

python lib for stratz.com

Project description

Stratz

Installation

pip install stratz

Example

import stratz
from stratz.lang import code_English


def main():
    api = stratz.Api(lang=code_English)

    player = api.get_player(91064780) #return player
    match = api.get_match(6279293344) #return match details
    hero = api.get_hero_by_name("npc_dota_hero_marci") #return hero Marci
    item = api.get_item_by_name("item_blink") #return item Blink
    

if __name__ == "__main__":
    main() 

https://docs.stratz.com/index.html

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

stratz-1.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

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