{"id":24383599,"url":"https://github.com/minidomo/osu-thumbnail-generator","last_synced_at":"2026-04-25T13:35:17.898Z","repository":{"id":48936168,"uuid":"382958076","full_name":"minidomo/osu-thumbnail-generator","owner":"minidomo","description":"Generate YouTube thumbnails for an osu! tournament. ","archived":false,"fork":false,"pushed_at":"2024-11-04T19:59:37.000Z","size":1337,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T10:14:59.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minidomo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-04T22:14:24.000Z","updated_at":"2024-11-04T19:59:41.000Z","dependencies_parsed_at":"2022-09-08T12:11:27.610Z","dependency_job_id":null,"html_url":"https://github.com/minidomo/osu-thumbnail-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minidomo%2Fosu-thumbnail-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minidomo%2Fosu-thumbnail-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minidomo%2Fosu-thumbnail-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minidomo%2Fosu-thumbnail-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minidomo","download_url":"https://codeload.github.com/minidomo/osu-thumbnail-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243259100,"owners_count":20262403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-19T10:15:01.686Z","updated_at":"2025-12-27T17:10:23.111Z","avatar_url":"https://github.com/minidomo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osu! Thumbnail Generator\n## Prerequisites\n- [Node.js](https://nodejs.org/)\n- HTML/CSS/JavaScript\n\n## Getting Started\nClone the repository by typing the following into the command line.\n```bash\ngit clone https://github.com/minidomo/osu-thumbnail-generator.git\n```\nInstall the necessary dependencies by typing the following into the command line.\n```bash\nnpm install\n```\n\nThis program requires a file, `config.json`, in the current directory. An example of its structure and contents can be seen in the `config.json.example` file. \n\nFor clarification, a player's user ID can be obtained through the URL of their profile as the URL follows the format, `https://osu.ppy.sh/users/\u003cUserId\u003e`. In addition, a beatmap's URL follows the format, `https://osu.ppy.sh/beatmapsets/\u003cMapsetId\u003e#osu/\u003cBeatmapId\u003e`.\n\n## Running\nBefore running the program, the map provided in `config.json` must be downloaded onto your local computer in order to obtain the background of the beatmap.\n\nThis program requires a local web server to be run on. Use the provided script to launch the web server.\n```bash\nnpm run server\n```\nOnce the web server is launched, you can view the current state of the thumbnail at http://localhost:8080/. To run the remainder of the program, use the provided script.\n```bash\nnpm run start\n```\nThe resulting screenshot of the thumbnail will be located in the `./out/` folder. \n\nA full list of the provided scripts can be seen below.\n\n| Name | Description |\n|:-:|---|\n| `clean` | Removes all files in the `./out/` folder. |\n| `copy` | Copies the files needed from `./out/` to `./public/`. |\n| `generate:raw` | Generates the images and data file used for the thumbnail and outputs to the `./out/` folder.  |\n| `generate:ss` | Generates a screenshot of the current state of the thumbnail. |\n| `start` | Runs the following scripts in this order: `clean`, `generate:raw`, `copy`, `generate:ss`. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminidomo%2Fosu-thumbnail-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminidomo%2Fosu-thumbnail-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminidomo%2Fosu-thumbnail-generator/lists"}