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

Add a command for enumerating GitHub repos (written in Go) #111

Merged
merged 2 commits into from
Apr 13, 2022

Conversation

calebbrown
Copy link
Contributor

Takes the algorithms suggested in #33 and combines them to allow approx
repos with at least 10 stars and higher to be enumerated.

This approach only collects project URLs.

There are other sources of data that can be used such as GH Archive,
GHTorrent, etc to compliment this list.

All the project URLs found can eventually be de-duped, checked for
existance (e.g. 404s), canonicalized, and then used for signal collection.

Takes the algorithms suggested in #33 and combines them to allow approx
repos with at least 10 stars and higher to be enumerated.

This approach *only* collects project URLs.

There are other sources of data that can be used such as GH Archive,
GHTorrent, etc to compliment this list.

All the project URLs found can eventually be de-duped, checked for
existance (e.g. 404s), canonicalized, and then used for signal collection.
cmd/enumerate_github/main.go Outdated Show resolved Hide resolved
cmd/enumerate_github/main.go Show resolved Hide resolved
Copy link
Contributor

@oliverchang oliverchang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@calebbrown calebbrown merged commit 482de70 into main Apr 13, 2022
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.

None yet

3 participants