Need Help With Net::HTTP

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.

···

--
Posted via http://www.ruby-forum.com/.

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.

···

--
Posted via http://www.ruby-forum.com/\.

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.

http://ruby.about.com/od/tutorials/ss/delicious_tags_2.htm
http://www.juretta.com/log/2006/08/13/ruby_net_http_and_open-uri/

That kind of thing?

···

--
Posted via http://www.ruby-forum.com/\.

Out of curiosity, what are you using for your search string? Here I'm getting a good number of articles, howto's, etc.. by using:

ruby net::http

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

···

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.

BigBold - Informasi Tentang Bisnis dan Marketing
http://ruby.about.com/od/tutorials/ss/delicious_tags_2.htm
http://www.juretta.com/log/2006/08/13/ruby_net_http_and_open-uri/

That kind of thing?

Yes :D! Thank you. If anyone has more resources then that would be great
appreciated.

···

--
Posted via http://www.ruby-forum.com/\.