Feb 25, 2009

auto login by expect


#!/usr/bin/expect

spawn telnet ptt.cc
expect "請輸入代號,或以[guest]參觀,以[new]註冊:"
send "{Your Name}\n"
send "{Your Password}\n"

send "\n"

interact timeout 90 {send "s"}
exit

No comments: