Gets the number of ApsimX issues closed by a user
Before running the script, you need to create a file called credentials.dat that looks like this:
username=GITHUBUSERNAME token=GITHUBTOKEN
where GITHUBUSERNAME is your user name and GITHUBTOKEN is your GitHub personal token
- Fork and/or clone this repo
- docker build -t apsimissues .
- docker run -it -v $(pwd):/wd apsimissues
- Download and install Go
- Fork and/or clone this repo
- Compile
cd %userprofile%\go\src\ApsimIssues
go build
cd ~/go/src/ApsimIssues
go build
- Run