My homework is to use ruby to build a simple spider(or crawler).
In ruby,to fetch web page what build-in moduel should I use?
I known python has a urllib moduel!
My homework is to use ruby to build a simple spider(or crawler). In ruby,to
Share
You could take a look at the Net::HTTP module or search for something that builds on top of it.