https://github.com/johnf/create_hangout
Create Google hangout URLs
https://github.com/johnf/create_hangout
Last synced: about 1 year ago
JSON representation
Create Google hangout URLs
- Host: GitHub
- URL: https://github.com/johnf/create_hangout
- Owner: johnf
- Created: 2014-09-22T10:32:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T10:33:01.000Z (over 11 years ago)
- Last Synced: 2025-01-23T20:14:32.124Z (over 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangout Creation
This is some sample code to dynamically create Google hangouts using Javascript
## Preparation
Set up the project
* npm install googleapis
* npm install readline
Set up the calendar
* Create a Google Account
* Visit https://www.google.com/calendar
* Go to settings in the Cog
* Change "Automatically add video calls to events that I create" to Yes
Set up the API
* Visit Google Developers Console https://console.developers.google.com/project
* Create a Project
* Visit the project
* Click on "Consent Screen"
* Fill in the details
* Visit "APIs"
* Enable Google Calendar
* Visit Credentials
* Create a new OATH ID
* Leave URLS as example.com
* Fill these details into the generate_tokens script
Generate the initial tokens
* nodejs generate_tokens.js
* Copy the tokens into all the scripts
Fine the calendar
* nodejs list_calendars
* Copy the calendar id into the cal.js script
Create a hangout
* nodejs cal.js