Skip to content

Instantly share code, notes, and snippets.

@tobeportable
Created November 29, 2012 12:37
Show Gist options
  • Select an option

  • Save tobeportable/4168782 to your computer and use it in GitHub Desktop.

Select an option

Save tobeportable/4168782 to your computer and use it in GitHub Desktop.
Gtalk ruby gem documentation 0.0.3
#Gtalk
installation:
sudo gem install gtalk
setup:
vim ~/.bashrc
export GTALK_ME="me@gmail.com"
export GTALK_US="me@gmail.com,him@gmail.com"
export GTALK_HEADER="["`hostname`"] "
export GTALK_LOGIN="me"
export GTALK_PASSWORD="pwd"
export
usage:
pry
require 'gtalk'
gtalk "test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment