Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syndicate github stars (IndieWeb PESOS) #209

Open
dckc opened this issue May 23, 2024 · 0 comments
Open

syndicate github stars (IndieWeb PESOS) #209

dckc opened this issue May 23, 2024 · 0 comments

Comments

@dckc
Copy link
Owner

dckc commented May 23, 2024

Is there a way to get my github stars along with when I starred them? Yes!

In the GraphQL explorer:

{
  user(login: "dckc") {
    id
    starredRepositories {
      edges {
        starredAt
        node {
          owner { login }
          name
          description
        }
      }
    }
  }
}

Let's syndicate those to this blog, in IndieWeb PESOS style.

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant