{"id":20980440,"url":"https://github.com/flowingspdg/get5loader","last_synced_at":"2025-07-22T09:35:11.117Z","repository":{"id":39273649,"uuid":"215795371","full_name":"FlowingSPDG/get5loader","owner":"FlowingSPDG","description":"Web-based get5 match management system. Inspired by https://github.com/splewis/get5-web","archived":false,"fork":false,"pushed_at":"2023-12-18T23:15:05.000Z","size":12102,"stargazers_count":20,"open_issues_count":45,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-19T17:21:22.546Z","etag":null,"topics":["counter-strike-global-offensive","csgo","get5"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlowingSPDG.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-17T13:10:39.000Z","updated_at":"2024-01-28T13:55:02.000Z","dependencies_parsed_at":"2024-06-20T15:57:26.165Z","dependency_job_id":"bdf65009-b697-482f-b023-fcd48d942f2a","html_url":"https://github.com/FlowingSPDG/get5loader","commit_stats":null,"previous_names":["flowingspdg/get5-web-go"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/FlowingSPDG/get5loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowingSPDG%2Fget5loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowingSPDG%2Fget5loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowingSPDG%2Fget5loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowingSPDG%2Fget5loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowingSPDG","download_url":"https://codeload.github.com/FlowingSPDG/get5loader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowingSPDG%2Fget5loader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465893,"owners_count":23933239,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["counter-strike-global-offensive","csgo","get5"],"created_at":"2024-11-19T05:28:34.064Z","updated_at":"2025-07-22T09:35:11.093Z","avatar_url":"https://github.com/FlowingSPDG.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Build](https://github.com/FlowingSPDG/get5loader/actions/workflows/go_build.yaml/badge.svg)](https://github.com/FlowingSPDG/get5loader/actions/workflows/go_build.yaml)\n[![Go Test](https://github.com/FlowingSPDG/get5loader/actions/workflows/go_test.yaml/badge.svg)](https://github.com/FlowingSPDG/get5loader/actions/workflows/go_test.yaml)\n[![Downloads](https://img.shields.io/github/downloads/flowingspdg/get5-web-go/total?style=flat-square)](https://github.com/FlowingSPDG/get5loader/releases)\n[![LICENSE](https://img.shields.io/github/license/flowingspdg/get5-web-go?style=flat-square)](https://github.com/FlowingSPDG/get5loader/blob/master/LICENSE)\n\nget5loader\n===========================\n**Status: UNDER DEVELOPMENT**\n\n## Author\nShugo Kawamura  \nGithub : [**FlowingSPDG**](http://github.com/FlowingSPDG)  \nTwitter : [**@FlowingSPDG**](http://twitter.com/FlowingSPDG)\n\n## About\nThis is match management system for [get5](https://github.com/splewis/get5).  \nInspired by [get5-web](https://github.com/splewis/get5-web).  \n\n\n## How to use\n1. Login by your SteamID.\n2. Register your CS:GO servers on the \"Add a server\" section.\n3. Register teams on the \"Create a Team\" section with steamids.\n4. Go to the \"Create a Match\" page.\n\nAPI Server will send rcon command to load match config( ``get5_loadmatch_url \u003cwebserver\u003e/api/v1/match/\u003cmatchid\u003e/config`` ) Then game server loads match and wait for players.\n\n## ScreenShots\n![Matches](/screenshots/Matches.PNG?raw=true \"Matches list page\")\n![Match Stats Page](/screenshots/Match.PNG?raw=true \"Match Stats Page\")\n\n## Requirements\n- Open HTTP access to access API.\n- Setup environment variables.\n- Setup database.\n\n## Requirements(Developers)\n- Docker\n- Go v1.21\n- NodeJS and Yarn(Volta)\n- MySQL DB\n- CSGO Server with GET5 v0.15.0 [GET5](https://github.com/splewis/get5/releases)\n- Steam WebAPI Token for handling Steam-Login. ([here](https://steamcommunity.com/dev/apikey))\n\n## Setup(Developers)\n- ``git clone https://github.com/FlowingSPDG/get5loader.git $GOPATH/src/github.com/FlowingSPDG/get5loader`` (you can fork your own)  \n- ``cd $GOPATH/src/github.com/FlowingSPDG/get5loader \u0026\u0026 make deps``\n- You're good to Go! edit each `.go` files to fix/add something nice!\n- You can test your server by ``go run ./cmd/main.go``,and build them by ``make``.You may get binary files in ``./build``.\n\n## Release\nI'm [releasing](https://github.com/FlowingSPDG/get5loader/releases) compiled-files for people who feel lazy to build for each major update.\n\n## Deploy and Launch\n- Setup environment variables\n- Start your compiled binary\n- Now it's up!\n\n## License\n・[MIT](https://github.com/FlowingSPDG/get5loader/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowingspdg%2Fget5loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowingspdg%2Fget5loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowingspdg%2Fget5loader/lists"}