adventofcode

tschady 2021-11-14T19:25:16.001700Z

wrote my first https://github.com/tschady/advent-of-code/blob/main/script/update_badges.clj for some advent-of-code README eye-candy:

πŸ’― 5
😲 1
1
πŸ‘Œ 1
πŸš€ 1
genmeblog 2021-11-29T12:15:33.008800Z

@tws where to find a .session file?

tschady 2021-11-29T12:16:34.009400Z

that’s your logged-in cookie from advent of code. you can see it in chrome dev tools.

genmeblog 2021-11-29T12:16:46.009600Z

ah, ok, thanks

tschady 2022-01-07T13:49:37.014400Z

learned it by puttering around for a decade. The script creates the image, which I then put into the README markup like any other. I have to run this manually every time I solve a new one. Sometime this year I’ll make it a GitHub Action.

πŸ‘ 1
2022-01-07T03:14:18.011700Z

@tws very cool! How did you learn to do this? How do you make it work within github site?