Looks like we’re gonna need a bot.

      • penbed400@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Im pretty familiar with tech, I can take a look. I was already planning on making one for the Mariners community, but I don’t see why it couldn’t support more than one team

        • AMillionMonkeys@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          1 year ago

          I was actually just looking into it. The Lemmy API seems easy enough to use.
          I could probably have something that can at least create a game thread every day. The fancy live stats would be more challenging.
          The Orioles’ id in the MLB stats API is 110, which you’ll need to find their games.

          • Klanky
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            I’ve got no programming experience but let me just say you two are awesome for diving into this.

          • penbed400@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Parsing through the live stats is where I’m at right now, the MLB API is actually super robust. I didn’t look at the Reddit bot though but that’d be a good starting point.

            Not to start a race though. I’m definitely taking my time to write this thing, so if you get a good chunk done with a GitHub repo up lemme know and I’d be down to abandon my NodeJs project to work on yours instead.