Skip to content

Releases: vignemail1/manage_challonge

v1.0.6 - API server

11 Sep 21:34

Choose a tag to compare

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

15 Oct 12:59

Choose a tag to compare

Add options: remove_participants --last --accept. Add option: add_par…

v1.0.4

12 Oct 07:19

Choose a tag to compare

Fix: list table headers. Add option: list --last

v1.0.3

10 Oct 22:36

Choose a tag to compare

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 : lnacodz7

v1.0.2 It's a game changer

10 Oct 15:04

Choose a tag to compare

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 tournois

v1.0.1: First valid release

10 Oct 14:08

Choose a tag to compare

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)