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
Release files for linkcheckerjs 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| linkcheckerjs-0.1.tar.gz | 10.2 kB | Details |
Release files / linkcheckerjs-0.1.tar.gz
| Download URL | linkcheckerjs-0.1.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8649345581da2f452d943a4bafdaa97c30b4284b7cfeb99cfd95092114276bc0
|
|
BLAKE2b-256 checksum How to use checksums |
f2db6f47aa3ca67f55b64f4caec37522a0cfeda6a40bab2771fa4c8911b590ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |