Releases: vignemail1/manage_challonge
Releases · vignemail1/manage_challonge
v1.0.6 - API server
Provides 2 endpoints for easier integration. More to comes.
- /last : returns the last tournament url
- /randomize[/tournament_url] : randomize participants list for the last pending tournament or for the specific pending tournament
Full Changelog: https://github.com/vignemail1/manage_challonge/commits/v1.0.6
v1.0.5
Add options: remove_participants --last --accept. Add option: add_par…
v1.0.4
Fix: list table headers. Add option: list --last
v1.0.3
changelog
Add option:
- add_participants --import-gsheet
- delete --end_date
- list --end_date
- create --short
Add show command
Help
usage: challonge.py [-h] [--timezone TIMEZONE] [--game GAME] {list,delete,create_single,create_double,add_participants,remove_participants,toggle_type,randomize,show} ...
Gestion des tournois Challonge
positional arguments:
{list,delete,create_single,create_double,add_participants,remove_participants,toggle_type,randomize,show}
Action à effectuer
list Lister les tournois
delete Supprimer les tournois
create_single Créer un tournoi à élimination simple
create_double Créer un tournoi à double élimination
add_participants Ajouter des participants à un tournoi
remove_participants
Supprimer tous les participants d'un tournoi
toggle_type Changer le type du tournoi (simple/double élimination)
randomize Mélanger aléatoirement les participants
show Afficher les détails d'un tournoi
options:
-h, --help show this help message and exit
--timezone TIMEZONE Fuseau horaire à utiliser (par défaut: celui spécifié dans .env ou 'Europe/Paris')
--game GAME Nom du jeu pour tous les tournois
Pour une full URL https://challonge.com/lnacodz7 , url : lnacodz7v1.0.2 It's a game changer
Ajout d'une option --game pour changer le jeu par défaut lorsque on crée un bracket.
It's a game changer 😝.
usage: challonge.py [-h] [--timezone TIMEZONE] [--game GAME] {list,delete,create_single,create_double,add_participants,remove_participants,toggle_type,randomize} ...
Gestion des tournois Challonge
positional arguments:
{list,delete,create_single,create_double,add_participants,remove_participants,toggle_type,randomize}
Action à effectuer
list Lister les tournois
delete Supprimer les tournois
create_single Créer un tournoi à élimination simple
create_double Créer un tournoi à double élimination
add_participants Ajouter des participants à un tournoi
remove_participants
Supprimer tous les participants d'un tournoi
toggle_type Changer le type du tournoi (simple/double élimination)
randomize Mélanger aléatoirement les participants
options:
-h, --help show this help message and exit
--timezone TIMEZONE Fuseau horaire à utiliser (par défaut: celui spécifié dans .env ou Europe/Paris)
--game GAME Nom du jeu pour tous les tournoisv1.0.1: First valid release
usage: challonge.py [-h] [--timezone TIMEZONE] {list,delete,create_single,create_double,add_participants,remove_participants,toggle_type,randomize} ...
Gestion des tournois Challonge
positional arguments:
{list,delete,create_single,create_double,add_participants,remove_participants,toggle_type,randomize}
Action à effectuer
list Lister les tournois
delete Supprimer les tournois
create_single Créer un tournoi à élimination simple
create_double Créer un tournoi à double élimination
add_participants Ajouter des participants à un tournoi
remove_participants
Supprimer tous les participants d'un tournoi
toggle_type Changer le type du tournoi (simple/double élimination)
randomize Mélanger aléatoirement les participants
options:
-h, --help show this help message and exit
--timezone TIMEZONE Fuseau horaire à utiliser (par défaut: celui spécifié dans .env ou Europe/Paris)