Sha256: 7850ef07bd0cc5c9538512cde09bf8a38a5873fb325c9ca8edf02dba0f920f94
Contents?: true
Size: 839 Bytes
Versions: 1
Compression:
Stored size: 839 Bytes
Contents
# Zoom Launcher A command line tool for joining your next Zoom meeting. ## Usage ``` $ zoom Your next Zoom meeting is "Some important meeting". It is scheduled to start in 3 minutes. Opening https://github.zoom.us/j/XXX... Oh, and here's the URL in case you need it: https://www.google.com/calendar/event?eid=XXX ``` ## Installation `gem install zoom_launcher` ## Setup In order to use Zoom Launcher, you need to create an OAuth app and authorize it to access your calendar: 1. Go to https://console.developers.google.com and create a new project 2. Click "Credentials on the left size and create a new credential for that project" 3. Create a new OAuth credential, and download the resulting JSON file 4. Move the file to `~/.config/google/client_secrets.json` 5. Run `zoom auth` and follow the instructions to authorize the app
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zoom_launcher-0.1.0 | README.md |