keiomobile.rb �< g|U �%g|U require 'mechanize' require 'pit' config = Pit.get("keiojp",:require => { "account" => "Your keio.jp account", "password" => "Your keio.jp password" }) @agent = Mechanize.new @agent.max_history = 5 @agent.get 'https://authserv2.hc.keio.ac.jp/login.html' @form = @agent.page.forms[0] @form.field('name').value = config["account"] @form.field('pass').value = config["passwor
{{#tags}}- {{label}}
{{/tags}}