Skip to content

Instantly share code, notes, and snippets.

View mitchellhislop's full-sized avatar

Mitchell Hislop mitchellhislop

View GitHub Profile
.block { display: block; }
.inline { display: inline; }
.clrfix { display:inline-block; }
.hide { display: none; }
.fleft { float: left; }
.fright { float: right; }
.fclear { clear: both; }
.hi { background-color: rgb(255, 255, 204); }
.sub { vertical-align: sub; }
.super { vertical-align: super; }
require 'rubygems'
require 'gattica'
class ExtractKeywords
def initialize(email,password)
@gs = Gattica.new(email,password)
end
def get_accounts
results = []
@gs.accounts.each{|account|