Copy Github Commits to Google Spreadsheet.
- Create a project in Google Sheets API console.
- Download
credentials.json
for 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_amd64
for *nix anddarwin
for MacOS. - Run
go build
to rebuild binary.