# File lib/technorati.rb, line 262
  def self.load_key(path = nil)
    key_path = path || ENV['TECHNORATI_KEY'] || '~/.technorati_key'
    key_path = File.expand_path(key_path)
    File.read(key_path).strip
  end