by shigemk2

当面は技術的なことしか書かない

はてなAPIを利用して投稿する - by shigemk2の続き

open('index.txt') {|file|
  while l = file.gets
    if lines == 0
      title = file.read
    else
      entry.content += file.read
    end
    lines += 1
  end
}

puts client.create_entry collection_uri, entry

テスト

テスト

テスト

テスト

テスト