Okay, so the Bucks lost again. I’ve been messing around with tracking NBA scores and decided to build a little something to keep tabs on my team. It’s nothing fancy, just a fun side project.
First, I dug around for a way to get the scores.I found an simple method which provide updated score,It’s pretty straightforward.
Then, I started playing with the data, I can get all the team score which updated,It’s really easy to get it.

After getting the score data, I built a basic output.No styles, just plain output of the data.
I focused on the Bucks’ games. I added some simple checking logic. Just a basic “if” statement to see if the Bucks won or lost. I know, I know, super basic, but it’s just for me!
Finally, I tested the whole thing.I ran it a few times, checking the output against what I saw on real match. Seemed to be working great!
So, yeah, that’s pretty much it. My little Bucks score tracker. It’s not going to win any awards, but it keeps me updated, and it was a fun little project to work on. Maybe I’ll add some features later, like show schedule, or some nice formatting. We’ll see!