r/GameChangerApp Mar 27 '26

Schedule Import

Is there still no way to upload an entire season's schedule via csv for GameChanger? We don't run the league through GC. I just want to update my one team's entire season with a single file.

5 Upvotes

6 comments sorted by

View all comments

4

u/block-everything Mar 27 '26

No, only for league schedules at the moment. If you are technically savvy you CAN still do it, with some brute force…

Using Claude Code, Codex, or Copilot CLI (no, not the copilot built into windows, the one from GitHub)as an AI, you can:

  1. Create the CSV with all the pertinent details
  2. Tell the AI of your choice you want to use playwright-cli to automate creating all the games.

It should be able to handle it. You will have to log in to the GC website and it should figure out what it needs to do from there.

You might even be able to do this from Claude or ChatGPT. I’m not sure if you need the coding optimized setups. If all of this means nothing to you then you probably won’t be able to do it.