Recursive link analyser, written in Python
To contribute or to run the code yourself, please read SETUP.md.
To install plink, run the following command in your terminal:
python -m pip install --upgrade pip wheel
python -m pip install plink-urlTo upgrade plink, run the following command in your terminal:
python -m pip install --upgrade pip wheel
python -m pip install --upgrade plink-urlIf this does not work, you may have to use the python3 or pip3 commands instead.
Basic example:
plink-url https://github.com/Jessicaward/plinkLimit analysis to a single domain:
plink-url https://jessica.im/Blog/ --whitelist https://jessica.imBlock multiple domains:
plink-url https://jessica.im/ --blacklist https://last.fm https://stackoverflow.comInclude extra information:
plink-url https://jessica.im/ --verboseSpecify a depth limit:
plink-url https://jessica.im/ --depth=3Print extra details about the tool and it's usage:
plink-url https://jessica.im/ --help