Tracking the algorithms in a Terminal's tournaments (https://terminal.c1games.com/competitions)
- Run
./setup.sh
to install requirements - Edit the
schedule_record.py
to change the competition ID (currently tracking tournament 297) and/or the path and output filename. - Run
python schedule_record.py
to start gathering information about the uploaded algorithms (even when it is taken down) in the specified competition.
- Python 3.5 and up