0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby CLI for checking a list of URLs from a CSV file.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Code Climate Build Status

URL Checker

A Ruby CLI for checking a list of URLs from a CSV file. Checkout the RubGems page.

Requirements

  • Ruby 2.4+
  • Internet connection

Getting started

Install and run from RubyGems

$ gem install url-checker
$ checkurls path/to/file.csv

Install and run manually

Clone the repo and bundle

$ git clone https://github.com/HarlemSquirrel/url-checker.git
$ bundle install

Try the test file

$ bin/checkurls spec/fixtures/test.csv
 404 Not Found http://google.com/cheese
 301 Moved Permanently http://google.com
 200 OK https://www.google.com
  3 URLs checked with 1 issue(s).
  Results saved to spec/fixtures/test_results_2017-02-19-11:44:27.csv