wrote my first https://github.com/tschady/advent-of-code/blob/main/script/update_badges.clj for some advent-of-code README eye-candy:
@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.
@tws very cool! How did you learn to do this? How do you make it work within github site?