Script for checking websites availability. Accepts .csv file with a list of urls as an imput. Script requires urls to be specified in column named 'URL'.
Setup notes:
- Clone this repo
- Run command
ruby check_urls_availability.rb
to execute script on example csv in two threads. - To provide another file or use different number of threads
just modify the codeuse keywords--file, -f
or--threads, -t
respectively.