Skip to main content

A simple Python wrapper for Elite Creative allowing you to easly interact with the API.

Project description

eliteapi

eliteapi is a Python wrapper for Elite Creative allowing you to easly interact with the API.

Installation

To install eliteapi, run the following command into your terminal:

pip install eliteapi

Example Usage

from eliteapi import EliteCreative

elite = EliteCreative('api-key')  # Generate your API key at https://elitescrims.xyz/developer

stats = elite.get_user_stats('user-id')
print(stats)

Methods

get_user_stats(user_id)

Return the users Elite Creative statistics

elite.get_user_stats('user-id')

get_user_queue(user_id)

Returns information about the users queue (if they're queuing)

elite.get_user_queue('user-id')

in_game(user_id)

Whether or not the user is in an on going match

elite.in_game('user-id')

get_match_by_game_id(game_id)

Get a games statistics by it's game Id

elite.get_match_by_game_id('game-id')

get_match_by_user_id(user_id)

Get a games statistics by one of the players (either player 1 or 2)

elite.get_match_by_user_id('user_id')

get_team_by_team_id(team_id)

Return information about a team by it's Id

elite.get_team_by_team_id('team-id')

get_team_by_user_id(user_id)

Return information about a team by either the captain or member's Id

elite.get_team_by_user_id('user-id')

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

eliteapi-0.4.tar.gz (2.5 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