Skip to content

aropan/raic-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raic-cli

Russian AI Cup command line tool

Usage

Install packages from requirements file, run:

pip3 install -r requirements.txt

Edit config file config.yaml

Create games

To create a game, run:

./raic_cli.py create-game

or you can set number games:

./raic_cli.py create-game --limit 2

or without limit:

./raic_cli.py create-game --nolimit

See more options:

./raic_cli.py create-game -- --help

If something went wrong than error should be print.

Find games

To find games, run:

./raic_cli.py find-games $USER

image

or set some params for filter:

./raic_cli.py find-games $USER --nolimit --datetime-from '26 Dec' --rank 2 --contest finals

or without games ./raic_cli.py find-games $USER --nogames or without statistics ./raic_cli.py find-games $USER --nostatistics.

First query for user will take a long time. Use limit or datetime-from for more fast response (without iterating over all games).

About

Russian AI Cup command line tool

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages