Skip to content

Comments

Added query for repo stars#88

Closed
nabobalis wants to merge 3 commits intoscientific-python:mainfrom
nabobalis:stars
Closed

Added query for repo stars#88
nabobalis wants to merge 3 commits intoscientific-python:mainfrom
nabobalis:stars

Conversation

@nabobalis
Copy link
Member

This is based on #87, so this will need to be rebased after that PR is merged.

@j-bowhay
Copy link
Member

j-bowhay commented May 12, 2025

curl -L \
  -H "Accept: application/vnd.github+json" \
  -H "Authorization: Bearer <Your Key>" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  -H "Accept: application/vnd.github.v3.star+json" \
       https://api.github.com/repos/scipy/scipy/stargazers

This will give you a list of everyone who has started the repo including when they did, I haven't checked yet if that's comparable to what graphql gives you

@nabobalis nabobalis closed this May 12, 2025
@nabobalis nabobalis deleted the stars branch May 12, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants