Pull stars from github - Improvement #97

Open
opened 2025-11-06 16:44:51 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @zenxedo on GitHub (Aug 16, 2024).

Originally assigned to: @nodiscc on GitHub.

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.

Originally created by @zenxedo on GitHub (Aug 16, 2024). Originally assigned to: @nodiscc on GitHub. 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.
GiteaMirror added the enhancement label 2025-11-06 16:44:51 -06:00
Author
Owner

@zenxedo commented on GitHub (Aug 16, 2024):

The html version has it all https://awesome-selfhosted.net/

@zenxedo commented on GitHub (Aug 16, 2024): The html version has it all https://awesome-selfhosted.net/
Author
Owner

@nodiscc commented on GitHub (Aug 17, 2024):

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

@nodiscc commented on GitHub (Aug 17, 2024): 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`
Author
Owner

@anonhostpi commented on GitHub (Jul 1, 2025):

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

@anonhostpi commented on GitHub (Jul 1, 2025): 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sysadmin#97