Skip to content

Jessicaward/plink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plink

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

Recursive link analyser, written in Python

To contribute or to run the code yourself, please read SETUP.md.

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