Component id | reeco-web-repo-validator |
---|---|
Type | Application |
Name | REECO repository validator |
Description | A web applciaiton to test annotations on your repository |
Resource | http://reeco.kmi.open.ac.uk |
Doi | 10.5281/zenodo.10655175 |
Related components |
Reuses:
|
error Missing key: 'licence' (error)
warning Missing key: 'bibliography' (warning)
@book{enrico daga_2024, title={reeco-framework/reeco-web-repo-validator: v0.1}, url={https://zenodo.org/doi/10.5281/zenodo.10655175}, DOI={10.5281/ZENODO.10655175}, abstractNote={Full Changelog: https://github.com/reeco-framework/reeco-web-repo-validator/commits/v0.1}, publisher={Zenodo}, author={Enrico Daga}, year={2024}, month={Feb} }
Enrico Daga. (2024). reeco-framework/reeco-web-repo-validator: v0.1 (Version v0.1) [Computer software]. Zenodo. https://doi.org/10.5281/ZENODO.10655175
reeco-web-repo-validator
Installation
Create a file named .github_token
including the github API token
Install packages:
python3 -m pip install –upgrade pip
To get the sha
curl “https://api.github.com/repos/owner>/repository/git/trees/master” –header “Authorization: Bearer ghp_XXXXXXXXXXXXXXXXXXXXXXX” -H “Accept: application/vnd.github+json”