Scraping of Websites using Mechanize Gem
Web scraping (web harvesting or web data extraction) is a computer software technique of extracting information from websites. The Mechanize library is used for automating interaction with websites. Mechanize gem automatically stores and sends cookies, follows redirects, and can follow links and submit forms. To read full article, go to RailsCarma Blog.
Post a comment