Hacker News new | ask | show | jobs
by joshmn 4163 days ago
I always see people using something like HTTParty or open-uri for pulling down the page. My preferred (by far) is typhoeus, as it supports parallel requests and wraps around libcurl.

https://github.com/typhoeus/typhoeus