GoogleHangout

This gem opens a fullscreen Google Hangout in Firefox on OS X.

Installation

gem install google_hangout

Usage

google_hangout HANGOUT_URL, [EMAIL], [PASSWORD]

where HANGOUT_URL is your persistent Hangout URL, generated by attaching a Video Chat to a far-future event in Google Calendar.

Warnings

  • Only works with Firefox
  • Only works on OS X
  • Forces your Firefox to fullscreen mode
  • Pretty much requires that you pass your Google login credentials on the command line

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request