I’m looking for something like GitHub’s user activity indicator that gathers information from a list of git repositories regardless of where they are hosted (as long as they are public), that I can put on my webpage, kind of as a thing to show what I’m working on at the moment.

Is this a thing that already exists? I’d started writing one a while ago but instead of reviving that it would be great if there’s something that already exists and I can just use :^)

  • mbirth
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 month ago

    OpenHub is vaguely working like this. It is meant to accumulate all your development work throughout the Internet. E.g. my profile there looks like this:

    https://openhub.net/accounts/mbirth

    It’s not for self-hosting, though, as far as I’m aware.

    • 2xsaiko@discuss.tchncs.deOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      This looks interesting too, maybe a bit overkill for what I’m looking for though. I’ll take a look, thanks!