Port of https://github.com/benbalter/zoom-launcher to zoom. Go easy, it's my first Go project.
To install, download the tarball for your OS and architecture from the latest release. Extract the archive and copy the zoom
binary somewhere on your ${PATH}
. 🎉
$ cd ~/Downloads
$ tar zxvf zoom_0.2.0_macOS-64bit.tar.gz
$ cp zoom ~/bin
If you want to live on the edge and run the latest master instead, install Go (also on homebrew), then run:
$ go get github.com/benbalter/zoom-go/cmd/zoom
This will install a zoom
executable file into $GOPATH/bin/zoom
.
Ensure the zoom
binary is in your $PATH
, and run zoom
! That's all.
The first time you run zoom
, you will see instructions for how to create a Google app in the Developer Console, authorize it to access your calendar, download credentials, then import the credentials into zoom
. After you import, you should be walked through the process of authorizing in the browser. Paste the authorization code back into your terminal, and vòila, zoom
will be all configured for your next run.