Skip to content

jpbullalayao/limitless-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

limitless-python

Python wrapper for the LimitlessTCG API

Limitless? What is Limitless?

Limitless is an organization that provides competitive resources and information across Pokémon TCG, Pokémon VGC and other games.

For more information, check out the Limitless home page.

Installation

Below are some commands to install limitless-python, based on your project / environment:

$ uv add limitless-python

$ uv pip install limitless-python

$ pip3 install limitless-python

Usage

import limitless
limitless.api_token = "..."

# List all tournaments
limitless.Tournament.list()

# List all games
limitless.Game.list()

# Retrieve only VGC tournaments
limitless.Tournament.list(game="VGC") # "VGC" game retrieved from game list via limitless.Game.list()

# Retrieve standings from specific tournament
limitless.Tournament.get_standings(id="64a347f1fa3294423e4e0d23") # ID retrieved from tournament list via limitless.Tournament.list()

The list of API resources that are available via the limitless prefix are as follows:

Tournament
Game

Find more usage documentation at our wiki

Author's Note

Interested in the progress of this project? Follow & star the repo for live updates!

If you need to get a hold of me regarding this project, feel free to either:

About

Python wrapper for the LimitlessTCG competitive platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages