Skip to main content

A thin wrapper for <OPENDOTA/> API

Project description

<OPENDOTA/> API

https://img.shields.io/pypi/v/pyopendota.svg https://img.shields.io/travis/hrishikeshrt/pyopendota.svg Documentation Status

A thin wrapper for <OPENDOTA/> API

Features

  • Transparent wrapper for majority of the API calls

  • Ability to authenticate using API key

  • In-built and cusomizable limit to protect against frequent API calls

  • Local file-based storage for frequent requests

Usage

To use <OPENDOTA/> API in a project:

import opendota

client = opendota.OpenDota()

# Get common entities
client.get_matches('match-id')
client.get_player('player-id')
client.get_team('team-id')

# Search Functionality
players = client.search_player('Dendi')
teams = client.search_team('Alliance')
heroes = client.search_hero('Crystal')
leagues = client.search_league('International')

# Database Schema
client.get_schema()
client.get_schema('matches')

# Arbitrary Query
client.explorer("select * from matches where limit 1")

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2021-07-20)

  • First release on PyPI.

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

pyopendota-0.1.1.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

pyopendota-0.1.1-py2.py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 2 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