This program use intercom API to store user socials networks into an excel file.
- Get the dependencies:
dep ensure
- Build the binary:
go build
You're now provided with a cli named intercom-socials
, run it with flag --help
to have a list of possible flag. The only required one is --apiToken
where you provide your intercom api token.