Skip to content

mxabierto/URLs

This branch is up to date with lromang/URLs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 18, 2016
957e41a · Sep 18, 2016

History

7 Commits
Jan 13, 2016
Feb 25, 2016
Sep 18, 2016
Jan 13, 2016
Jan 9, 2016
Feb 25, 2016
Feb 25, 2016
Jan 6, 2016

Repository files navigation

URLs

This repo contains several scripts that programmatically verify the state of all the URLs available at datos gob.

Execution

In order to execute the program, the following steps must be taken:

  1. Give execution permissions to all the scripts. Namely: class_and_send_urls.R, get_urls.R and url_test.sh.

this is accomplished by typing chmod u+x name_of_script in the command line.

  1. Execute get_urls.R by typing ./get_urls.R in the command line. This will create the file urls.psv.

  2. Execute url_test.sh by typing ./url_test.sh k in the command line, where k is the maximum time allowed for each test. This will create the file urlstatus.csv.

  3. Finally, execute class_and_send_urls.R by typing ./class_and_send_urls.R.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 85.5%
  • Shell 14.5%