Pull stars from github - Improvement
Can you consider adding the stars of the project from github? I think this would make it easier to see the most popular choice and come in handy with what to check out first. I think this can be done using github actions with a python script that updates daily.
The html version has it all https://awesome-selfhosted.net/
Hi, I am also the maintainer of awesome-selfhosted. I have been planning for a while to add the same CI/static site generation system as awesome-selfhosted to awesome-sysadmin; but didn't find time to do so. The list could be hosted on a subdomain of awesome-selfhosted.net, e.g. sysadmin.awesome-selfhosted.net
PowerShell may be more ergonomic and intuitive to use than Python with Invoke-RestMethod <args> | ... (some transformations) ... | Out-String "README.md", especially considering this site gains a lot of traction from actual Sys Admins
If Github's API is intutive you may even be able to do this in a one-liner