@davidbisset If you set the HTTP header to Accept: application/atom+xml
in your request, you get an ATOM feed. So like this: curl -H 'Accept: application/atom+xml' https://github.com/dimensionmedia?tab=stars
. This works with many URLs on Github.
Read this next