Щоб завантажити веб-сторінку в Ruby, можна використати гем ’net/http'.
Щоб парсити HTML у Ruby, встановіть гем ‘Nokogiri’ за допомогою команди gem install nokogiri.
gem install nokogiri
Як це зробити: Ruby’s standard library, Net::HTTP, is simple to use for sending requests.
(Як це зробити:) Here’s the simplest way to send an HTTP request with basic authentication using Ruby’s net/http library.
net/http