We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like some amount of license information is manually maintained and provided by scraper/github/util.py.
scraper/github/util.py
Complete license listings are readily available from GitHub and seem to make this script redundant.
via the REST API https://api.github.com/licenses
or via the GraphQL API
{ licenses() { spdxId name url } }
Perhaps we could re-write scraper/code_gov/models.py and any other relevant code such that we wouldn't have to maintain these hard-coded mappings?
scraper/code_gov/models.py
(Suggested in #37 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like some amount of license information is manually maintained and provided by
scraper/github/util.py
.Complete license listings are readily available from GitHub and seem to make this script redundant.
via the REST API
https://api.github.com/licenses
or via the GraphQL API
Perhaps we could re-write
scraper/code_gov/models.py
and any other relevant code such that we wouldn't have to maintain these hard-coded mappings?(Suggested in #37 )
The text was updated successfully, but these errors were encountered: