Edit: so looks like there was an issue in the daily transition and the bot went crazy spamming the same daily index post over & over 😞 we apologize for that, and we’re already working on a fix

Edit 2: Fix is done and released, going to keep an eye on it in upcoming days


Hi everyone,

Happy to share that over the last days we have been working on a new Lemmy-native NBA Game Day Bot for this community, and today we activated it 🎉

Currently, our bot knows how to:

  • Create a Daily Discussion + Game Thread Index with a list of today’s games, start date, status and links to the Game Thread & Post-Game Thread (when available).

  • Create a Daily Game Thread for every game starting 15min before game start, keeping overall score and quarterly breakdown by team updated every minute, and when the game ends it adds the final score to the title.

  • Create a Post Game Thread for every game that ends with a detailed breakdown of team & player statistics.

You can see a few examples for these below, check them out.

We would also love to hear your feedback and suggestions, so feel free to post suggestions here or PM the bot directly

We hope you enjoy it!

The mod team 🏀


A few NBA bot post examples:

    • @BarnsOP
      link
      171 year ago

      If you build it, they will come 🙂

      • BasicallyClean
        link
        fedilink
        7
        edit-2
        1 year ago

        We are living proof of that. We have the #1, #2, #3 most commented threads ever on kbin on m/MMA for our threads. People just show up.

      • @skipseagull
        link
        51 year ago

        Is there a github for the bot. We are looking for something like it on /c/football and /c/mls

        • @BarnsOP
          link
          61 year ago

          Yes, I’m working on open sourcing it, it’s just pretty hack-y (I’m not a python expert…) and very NBA-specific but I’ll ping you when I do!

    • IronRain
      link
      131 year ago

      Summer League threads are usually pretty low volume even on r/nba. Unfortunately, we missed the big-name free agency and trade deadlines to foster discussion, so the real foundation for this community will probably be opening week (pre-season is also low volume or a bunch of low-effort overreactions anyways).

      • @LostMyRedditLogin
        link
        51 year ago

        True. It also hurts that teams are protecting their top ten picks after a few games. I would have liked to see more Wembanyama minutes.

        • IronRain
          link
          21 year ago

          I hate the concept of resting your 20 year old draft picks. Some of these players - especially Wemby - need all the exposure and development they can get. That’s why I loved Jabari Smith Jr’s attitude about Summer League, and the fact that Max Christie has played every game so far!

      • @BarnsOP
        link
        41 year ago

        Absolutely, I wanted to get it out before Summer League ends so we can find issues and get feedback from everyone, I fully expected the actual threads to be pretty quite

        • IronRain
          link
          11 year ago

          I just want to say thanks for all the work you’ve put into this!

  • @SauceFlexr
    link
    151 year ago

    Great work. Excited to see the community grow and this will help!

  • @Darren
    link
    121 year ago

    Thanks to everyone who put this together. I’m sure it was a lot of hard work, but I think I can speak for the majority of the community that this is something that is extremely valuable to fostering growth over time.

  • @[email protected]
    link
    fedilink
    111 year ago

    There must be an incorrect loop condition as the bot is currently spamming /c/nba every 2 mins with a new pinned post.

    Please fix and clean out the old posts!!

    • v_krishna
      link
      fedilink
      41 year ago

      It stopped doing it but please delete the posts it makes a bunch of sort views unusable if you are subscribed to this community

      • NBA BotB
        link
        51 year ago

        yep, sorry, that’s what we did

  • @[email protected]
    link
    fedilink
    61 year ago

    Awesome, hope to see lemmy-based NBA communities become more like /r/NBA. This definitely helps build and starts more conversation everyday

  • scytale
    link
    51 year ago

    Awesome! Can’t wait for this community to overtake r/nba. Great work, and thanks!

    • @BarnsOP
      link
      41 year ago

      not yet but it’s high on my list so stay tuned. I first need to clean out all the summer league hacks I made since the nba api library I use (https://github.com/swar/nba_api) didn’t support it… then a bit of tidying up and we should be good to go.

  • @Jackolantern
    link
    41 year ago

    Now we just need an NBAcirclejerk community here to complete the yin and yang…

  • @pobautista
    link
    41 year ago

    This is great stuff, and much needed with the growing community. Awesome work!

  • Anxiatus
    link
    41 year ago

    Wow this is nice! Can the comments be sorted by live where the comments are updated real time without refreshing?

    • @BarnsOP
      link
      41 year ago

      That would be Lemmy functionality, not the bot’s, and I believe that’s currently not possible since Lemmy removed web sockets so the servers can’t “push” updates to the website in real time. You may remember that even on reddit it was an external site that was built to overcome the same limit…

      • Anxiatus
        link
        11 year ago

        I didnt know about that in Reddit. Is it because of security concerns? Would be nice to sort it out by live or something like slow mode

        • @BarnsOP
          link
          11 year ago

          not security related but it creates additional load on the system. We can eventually look into building something similar.