This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BUZZWORD BINGO | |
# Depends on the 'prawn' gem | |
WORDS = ["Bottom Line", | |
"Main Thing", | |
"Synergise", | |
"Innovate", | |
"Pain Point", | |
"Growth Potential", | |
"The Cloud", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
NewerOlder