{"id":47801064,"url":"https://github.com/twistedmelonio/chart-toppers","last_synced_at":"2026-05-02T12:04:28.807Z","repository":{"id":346593274,"uuid":"1169382222","full_name":"TwistedMelonIO/chart-toppers","owner":"TwistedMelonIO","description":"Live gameshow scoring system with QLab OSC integration. Requires Docker and a license key. See INSTALL.md for setup.","archived":false,"fork":false,"pushed_at":"2026-04-25T14:08:38.000Z","size":376,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-25T16:28:20.217Z","etag":null,"topics":["docker","gameshow","nodejs","osc","qlab","scoring"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TwistedMelonIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license_public_key.pem","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-28T15:53:15.000Z","updated_at":"2026-04-25T14:08:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/TwistedMelonIO/chart-toppers","commit_stats":null,"previous_names":["twistedmelonio/chart-toppers"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/TwistedMelonIO/chart-toppers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwistedMelonIO%2Fchart-toppers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwistedMelonIO%2Fchart-toppers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwistedMelonIO%2Fchart-toppers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwistedMelonIO%2Fchart-toppers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TwistedMelonIO","download_url":"https://codeload.github.com/TwistedMelonIO/chart-toppers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwistedMelonIO%2Fchart-toppers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","gameshow","nodejs","osc","qlab","scoring"],"created_at":"2026-04-03T17:01:37.657Z","updated_at":"2026-04-29T22:04:38.592Z","avatar_url":"https://github.com/TwistedMelonIO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chart Toppers\n\nA live gameshow scoring system by [Twisted Melon](https://twistedmelon.com), with real-time QLab integration via OSC.\n\nRequires **Docker Desktop** and a **license key** to run.\n\n---\n\n## Install (New Machine)\n\n**Prerequisites:** Install [Docker Desktop](https://www.docker.com/products/docker-desktop/) and make sure it's running.\n\n**One command — copy and paste into Terminal:**\n\n```bash\ncd ~ \u0026\u0026 git clone https://github.com/TwistedMelonIO/chart-toppers.git \u0026\u0026 cd chart-toppers \u0026\u0026 ./install_license.sh\n```\n\nThe installer handles everything automatically:\n\n1. Installs **Homebrew** (if not present)\n2. Installs **Python 3.12** (if not present)\n3. Detects your **hardware ID**\n4. Sets your **QLab audio folder** (drag and drop)\n5. Builds and starts **Docker containers**\n6. Sets up the **QLab Buzzer** (background service)\n7. Opens **Accessibility permissions** (required for buzzers)\n8. Retrieves your **Machine ID** and activates your **license**\n\nAfter install, everything starts automatically on login.\n\n## Daily Use\n\n| Task | Command |\n|---|---|\n| **Start everything** | `cd ~/chart-toppers \u0026\u0026 ./start.sh` |\n| **Stop everything** | `cd ~/chart-toppers \u0026\u0026 ./stop.sh` |\n| **Dashboard** | http://localhost:3200 |\n| **Settings** | Click Settings on dashboard (password: `8888`) |\n\n## Update\n\n```bash\ncd ~/chart-toppers \u0026\u0026 git pull \u0026\u0026 ./start.sh\n```\n\n## Full Clean Reinstall\n\n```bash\ncd ~ \u0026\u0026 rm -rf chart-toppers \u0026\u0026 git clone https://github.com/TwistedMelonIO/chart-toppers.git \u0026\u0026 cd chart-toppers \u0026\u0026 ./install_license.sh\n```\n\n---\n\n## Features\n\n- Real-time scoring for two teams (Anthems and Icons)\n- Golden Record power-up (one-time 2x boost per team)\n- QLab 5 integration via OSC commands\n- USB buzzer support (works when QLab isn't focused)\n- Buzzer connection status in dashboard\n- Round 4 track play control with replay prevention\n- Activity logging with detailed event tracking\n- Docker containerized deployment\n- Socket.IO real-time updates\n\n## OSC Commands (Bitfocus Companion)\n\n| Command | Action |\n|---|---|\n| `/chart-toppers/correct/anthems` | Register correct answer for Anthems |\n| `/chart-toppers/correct/icons` | Register correct answer for Icons |\n| `/chart-toppers/golden-record/anthems` | Activate Golden Record for Anthems |\n| `/chart-toppers/golden-record/icons` | Activate Golden Record for Icons |\n| `/chart-toppers/r4/1` to `/r4/4` | Play Round 4 track (one-shot) |\n| `/chart-toppers/playing/anthems` | Activate Anthems team |\n| `/chart-toppers/playing/icons` | Activate Icons team |\n| `/chart-toppers/stopPlaying/anthems` | Deactivate Anthems team |\n| `/chart-toppers/stopPlaying/icons` | Deactivate Icons team |\n| `/chart-toppers/reset/anthems` | Reset Anthems team |\n| `/chart-toppers/reset/icons` | Reset Icons team |\n| `/chart-toppers/reset` | Reset all teams |\n| `/chart-toppers/round/1` to `/round/4` | Set active round |\n\n## Buzzer Keys\n\n| Key | Action | QLab Cue |\n|---|---|---|\n| `1` | Icon Buzzer | `IBUZZ` |\n| `2` | Anthem Buzzer | `ABUZZ` |\n\nEdit `buzzer/config.json` to change key mappings.\n\n## Uninstall\n\n```bash\ncd ~/chart-toppers \u0026\u0026 ./uninstall.sh\n```\n\nYou will be asked to type `YES` to confirm.\n\n## Support\n\nFor license keys and technical support, contact [hello@twistedmelon.com](mailto:hello@twistedmelon.com).\n\n---\n\n*\"Engineering the live experience.\" — Twisted Melon*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwistedmelonio%2Fchart-toppers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwistedmelonio%2Fchart-toppers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwistedmelonio%2Fchart-toppers/lists"}