Skip to content

APSIMInitiative/ApsimIssues

Repository files navigation

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

Running in Docker:

  1. Fork and/or clone this repo
  2. docker build -t apsimissues .
  3. docker run -it -v $(pwd):/wd apsimissues

Running without Docker:

  1. Download and install Go
  2. Fork and/or clone this repo
  3. Compile
cd %userprofile%\go\src\ApsimIssues
go build
cd ~/go/src/ApsimIssues
go build
  1. Run

About

Gets the number of ApsimX issues closed by a user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages