socphoenix / lemmy_nhl_bot

nhl linescore grabber/poster for lemmy
Apache License 2.0
2 stars 0 forks source link

Add detailed period info #3

Closed socphoenix closed 1 year ago

socphoenix commented 1 year ago

Add detailed period by period information to the post body. This should include:

As an example periods can be broken [0]-[2] using the following command to get home team goals: r.json().get("periods")[0].get("home").get("goals")

socphoenix commented 1 year ago

Finished. See https://enterprise.lemmy.ml/post/416966 for current look.