Copy Github Commits to Google Spreadsheet.
- Create a project in Google Sheets API console.
- Download
credentials.jsonfor above project and keep it in project directory. - Create AccessToken in Github, export it as
GITHUB_ACCESS_TOKEN - Update config.yml for configuration regarding repository to copy commits.
- Use
xerox_amd64for *nix anddarwinfor MacOS. - Run
go buildto rebuild binary.