A simple script that fetches info about a set of osu! users and puts it into separate .txt
files. The script aids the process of automating creation of team/player showcases in OBS.
This script was made specifically for the o!NT 2019 osu! tournament. This means that it is written to support 2v2 tournaments. It can however be easily adapted to support other tournament formats if you have the know-how.
- Python 3.6+
Assming that you have set your Python 3 path to python
.
- Install the required Python modules:
python -m pip install -r requirements.txt
-
Rename the config.yaml.example file to
config.yaml
and insert/replace all the values listed within it with your own.Note:
Team1
consists ofPlayer0
&Player1
.Team2
consists ofPlayer2
&Player3
.
- Run showcase_generator.py:
python showcase_generator.py
MIT - Please read LICENSE for details.