Skip to main content

Recursively analyse a URL and it's children

Project description

plink

PyPI version Buymeacoffee made-with-python PyPI license GitHub issues

Recursive link analyser, written in Python

Installation

To install plink, run the following command in your terminal:

python -m pip install --upgrade pip wheel
python -m pip install plink-url

To upgrade plink, run the following command in your terminal:

python -m pip install --upgrade pip wheel
python -m pip install --upgrade plink-url

If this does not work, you may have to use the python3 or pip3 commands instead.

Examples

Basic example:

plink-url https://github.com/Jessicaward/plink

Limit analysis to a single domain:

plink-url https://jessica.im/Blog/ --whitelist https://jessica.im

Block multiple domains:

plink-url https://jessica.im/ --blacklist https://last.fm https://stackoverflow.com

Include extra information:

plink-url https://jessica.im/ --verbose

Specify a depth limit:

plink-url https://jessica.im/ --depth=3

Print extra details about the tool and it's usage:

plink-url https://jessica.im/ --help

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

plink-url-1.1.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

plink_url-1.1.0-py3-none-any.whl (7.0 kB view hashes)

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