-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create a utility that extracts the licenses based on a code repo URL #10
Comments
I can handle this, from past experience interfacing with the github api in R. Now in branch "license-from-github-url" Specific implementation:
|
Basic functionality is set now, and the output data is updated. There are some minor squiggles to resolve, e.g. in one case, the organization github was linked, and not a specific repo. |
Great, I think in order to close this issue, we should just merge the license info back into a version of the dataset file, e.g., based on |
@sdruskat I'll make a new PR to run the new file through my script. |
Should be able to get license just from the GitHub API
The text was updated successfully, but these errors were encountered: