Skip to content

Github API to get all public repos fro mall users #119379

Discussion options

You must be logged in to vote

You could try using the github REST API, specifically filtering for all repositories with query parameter "pushed" after some date.
https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax
https://docs.github.com/en/rest/search/search

Apparently each search is limited to up to 1,000 results for each search, so should be fine for your use case.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tammytdo
Comment options

@borderss
Comment options

@tammytdo
Comment options

Answer selected by tammytdo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions and conversations related to APIs or Webhooks General
2 participants