Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

osu-Norge/player-showcase-generator

Repository files navigation

player-showcase-generator

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.

⚠️This script makes 12 API requests & scrapes 8 images in the matter of a few seconds. Please do not run this script excessively⚠️


Script in use - GIF


Getting started

Prerequisites

Installing & Running

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 of Player0 & Player1.
    • Team2 consists of Player2 & Player3.


License

MIT - Please read LICENSE for details.

Project developed by

Releases

No releases published

Packages

No packages published

Languages