Skip to content

This small application will check all the links in the specified url and report it which one is up (and running) and which one is down (broken), if any.

Notifications You must be signed in to change notification settings

ksetyadi/Links-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Links Checker

Check every single links on a page and report which of those links are up (and running) and which are down (broken), if any. This simple application is based on Sebastian Thrun and David Evans's lecture on "Building a Search Engine" class and is registered for the contest held by Udacity.

Usage

$ python links_checker.py [the url]

Example

$ python links_checker.py http://ksetyadi.com

LICENSE

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

About

This small application will check all the links in the specified url and report it which one is up (and running) and which one is down (broken), if any.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages