トップ «前の日記(2007-02-17) 最新 次の日記(2007-02-20)» 編集

Route 477



2007-02-18

[ruby] Hirameki Inspiration - 超手抜き版 はてなダイアリーライター(ruby版)を作ってみた。

ちなみにこのエントリもスクリプトで投稿してみました:-)

カコイイ!:-)

class BlogEngine
  def initialize(url, id, password)
  end
end

class HatenaDiary < BlogEngine
  def login
  end
  def post(content)
  end
end

class TDiary < BlogEngine
  def login
  end
  def post(content)
  end
end

みたいな感じで他のブログにも対応させられないかな。