Platane / snk

🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
https://platane.github.io/snk
4.22k stars 1.03k forks source link

Any chance we could get this to work with gitea runners/accounts for self hosted as well? #115

Closed Crelex closed 5 months ago

Crelex commented 5 months ago

Thing is really cool -- I didn't even realize an SVG could be animated..

Platane commented 5 months ago

I don't know gitea runners, but I think it should be possible.

Here is the functions used to (1) fetch the contribution graph (requires a valid github token to query the rest API) (2) generates the files (either gif with some native dependencies, or svg without dependencies )

https://github.com/Platane/snk/blob/main/packages/action/generateContributionSnake.ts#L9