Python wrapper for the LimitlessTCG API
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.
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
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
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:
- email me at professor.ragna@gmail.com
- tweet me @professorragna