justi / url-checker

Check provided url(s) for valid status codes and/or redirects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-checker

Join the chat at https://gitter.im/url-checker/Lobby Build Status

Check provided url(s) for valid status codes and/or redirects

gem install httparty mail

You should set the following ENVs in you .bashrc file:

export URL_CHECKER_MAILER_HOST='smtp.gmail.com'
export URL_CHECKER_MAILER_PORT='587'
export URL_CHECKER_MAILER_USERNAME='YOUR_USERNAME'
export URL_CHECKER_MAILER_PASSWORD='YOUR_PASSWORD'
export URL_CHECKER_MAILER_ADMIN='admin@yourdomain.com'

For tests, run: ruby run.rb example.rb

GMAIL config

About

Check provided url(s) for valid status codes and/or redirects


Languages

Language:Ruby 100.0%