Skip to content

Instantly share code, notes, and snippets.

@ashvardanian
Created November 11, 2023 06:21
Show Gist options
  • Save ashvardanian/76bae6147fe5581176529399ac0cb6bd to your computer and use it in GitHub Desktop.
Save ashvardanian/76bae6147fe5581176529399ac0cb6bd to your computer and use it in GitHub Desktop.
Intersect Stargazers in a Venn Diagram
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ashvardanian
Copy link
Author

Be ready, that the GitHub API has an aggressive rate-limiter for non-authorized applications and also limits pagination to 400 pages.
This means, addressing over 40K GitHub stars with this API is impossible. For authorization, use your custom developer token:

headers = {'Authorization': 'token your-long-token-here'}
response = requests.get(url, headers=headers)

Attached you can find some of the outputs.

stars-ai-apps-frameworks
stars-ai-frameworks
stars-ashvardanian-877
stars-databases
stars-datascience
stars-json-cpp
stars-llama
stars-python-backend
stars-vector-indexes
stars-vector-products
stars-web

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