adventofcode 2021-11-14

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

@tws where to find a .session file?

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

ah, ok, thanks

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

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