Skip to main content

A simple implementation of a dead link detection tool using python asyncio library

Project description

;; Python-Link-Detective ;;

A simple implementation of a dead link detection tool using python httpx & asyncio library

Installation

pip install py-link-detective

Quick-start

Usage

py-link-detective -h
usage: py-link-detective [-h] [--version] [-n N] (-c | -j) url

Detective: A simple link checker for websites

positional arguments:
  url            The url of the website to be checked

options:
  -h, --help     show this help message and exit
  --version, -v  show program's version number and exit
  -n N           number of concurrent request at a time
  -c             use console for output
  -j             use a json file(in the current path) for output

Test

pytest -vv

Project details


Download files

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

Source Distribution

py_link_detective-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

py_link_detective-0.1.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

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