From: Aaron Patterson Date: 2006-08-25T12:56:54+09:00 Subject: Re: Need Help With Net::HTTP On Fri, Aug 25, 2006 at 06:00:38AM +0900, The Digit wrote: > The Digit wrote: > > Hello. Im looking for resources about Net::HTTP. Im new to Ruby but ive > > been learning it to make programs which goes to an online game webpage, > > logs in with the username and password and logs in. Then when its logged > > in it automaticly goes to different pages on that domain and refreshes > > them twice. So I looked around and found that to do this I have to use > > Net::HTTP to go to the internet and do all this stuff so I need to know > > of good websites which can teach me to use Net::HTTP or any other pages > > related to Net::HTTP. Thank you to anyone helping me in the future. > > Oh and I forgot to put I checked at Google but havent really found any > good pages. Also if you guys could give me a snippet page then that > would be extremely useful too. Try WWW::Mechanize. http://mechanize.rubyforge.org/ --Aaron