SprocketBot / sprocket

Sprocket is a platform to manage and automate organized Esports leagues
MIT License
13 stars 1 forks source link

Import Replay Parse Service #528

Open ItsMeBrianD opened 5 months ago

ItsMeBrianD commented 5 months ago

Sprocket v1 includes a Replay Parse service for Rocket League that is capable of using Carball or Ballchasing to parse replays; we should import and use that service rather than writing a new one from scratch.

Because we are already using BullMQ in places, it may be worth considering a small refactor to use the BullMQ Python package.