Skip to main content

Check links and resources in web page or full website

Project description

Linkcheckerjs is the best tool ever to check your websites. It parses the pages using phantomjs in order to detect all the errors even if they come from css or javascript. Linkcheckerjs is free under MIT License.

Installation

Requirements

  • python >= 2.6

  • node & npm: please refer to node doc

Installation via Pip

pip install linkcheckerjs

Installation from source

cd where_i_want_to_clone_linkcheckerjs

git clone https://github.com/LeResKP/linkcheckerjs.git

cd linkcheckerjs

python setup.py install

Basic usage

To check recursively an URL like ‘https://www.python.org’ just type the following command in your terminal:

linkcheckerjs https://www.python.org

Advanced usage

We will not see the powerful of creating a json and displaying the output separately here since it’s in development. But for now it’s just useful when you lost the output of linkcheckerjs command.

You can create a json output when running linkcheckerjs:

linkcheckerjs https://www.python.org -o /tmp/linkcheckerjs-output.json

To read the generated json, type in your terminal:

linkreaderjs https://www.python.org -o /tmp/linkcheckerjs-output.json

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linkcheckerjs-0.1.tar.gz (10.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page