https://github.com/invoiced/customer-scripts
This repo contains customer scripts that will do various customer related tasks through the API.
https://github.com/invoiced/customer-scripts
Last synced: 11 months ago
JSON representation
This repo contains customer scripts that will do various customer related tasks through the API.
- Host: GitHub
- URL: https://github.com/invoiced/customer-scripts
- Owner: Invoiced
- Created: 2020-01-13T18:37:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T19:07:06.000Z (over 2 years ago)
- Last Synced: 2024-06-21T19:53:45.855Z (about 2 years ago)
- Language: Go
- Size: 7.66 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changecustomernumber/changecustomernumber.go
Awesome Lists containing this project
README
# customer-scripts
This repo contains customer scripts that will do various customer related tasks through the API.
Has a best practice each program should be self-contained in a single file and prompt the user for the API key and environment.
Download Go
https://golang.org/dl/
Install some libraries
`go get -u github.com/invoiced/invoiced-go`
`go get -u github.com/360EntSecGroup-Skylar/excelize`
To run the go programs type in
`go run nameofprogram.go`