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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file linkcheckerjs-0.1.tar.gz
.
File metadata
- Download URL: linkcheckerjs-0.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8649345581da2f452d943a4bafdaa97c30b4284b7cfeb99cfd95092114276bc0 |
|
MD5 | a37e77803674d6ce940ef35ed13c2aa9 |
|
BLAKE2b-256 | f2db6f47aa3ca67f55b64f4caec37522a0cfeda6a40bab2771fa4c8911b590ec |