Skip to content

Instantly share code, notes, and snippets.

# BUZZWORD BINGO
# Depends on the 'prawn' gem
WORDS = ["Bottom Line",
"Main Thing",
"Synergise",
"Innovate",
"Pain Point",
"Growth Potential",
"The Cloud",
require 'rubygems'
require 'open-uri'
require 'nokogiri'
gem 'twitter'
require 'twitter'
TWITTER_USERNAME = 'NorthernRockSVR'
TWITTER_PASSWORD = 'password'
LAST_FILE = File.expand_path(File.dirname(__FILE__)) + "/last_svr"