plink-url

Recursively analyse a URL and it's children


Keywords
cli, url, link, analysis, network, test, analyser, beautifulsoup, beautifulsoup4, console, http, https, mit, pip, pretty, pypi, python, python3, requests, termcolor, terminal, tool
License
Other
Install
pip install plink-url==1.1.0

Documentation

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