Skip to content

reeco-framework/reeco-web-repo-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

component-id name description doi type resource related-components
reeco-web-repo-validator
REECO repository validator
A web applciaiton to test annotations on your repository
10.5281/zenodo.10655175
Application
reuses
reeco-python

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"