LinkParser
Written in Python3 by Gaurav Raj TheHackersbrain
Description
LinkParser is a tool written in Python 3 for scrapping or grabbing all the links from a targeted website, domain or URL.
NOTE: This Project was written during Practice session.
Version
LinkParser 1.0
Requirements
Installation and Uses
Installation
- Install this tool from PyPi using PIP
pip3 install linkparser
or
-
Build it from source
- clone this repo
git clone https://github.com/thehackersbrain/linkparser.git
- change the directory
cd linkparser
- Now Run the
setup.pyscript
python setup.py install
Uses
-
For Grabbing All links from a targeted URL.
linkparser -u 'https://blog.gauravraj.tech/'
-
For Grabbing Links from a specific path
linkparser -u 'https://blog.gauravraj.tech' -p '/about'
-
For Writting all of the finding in a file
linkparser -u 'https://blog.gauravraj.tech' -p '/about' -o output.log
About Author
Release files for linkparser 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| linkparser-1.0.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| linkparser-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.1 kB
Release files / linkparser-1.0.tar.gz
| Download URL | linkparser-1.0.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3726b1566ec883335ca2fe070ad24022bc3c20d03f3776e609a8b1c791dac790
|
|
BLAKE2b-256 checksum How to use checksums |
44611a5656840035a2f8008325bf2d766dae97d65cb641dcc695305b96fa6da0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
|
Release files / linkparser-1.0-py3-none-any.whl
| Download URL | linkparser-1.0-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8c747b2b2e560ad6cff94cbc6f417ef7645fc3e212b216bd9e7d21c8a1bff027
|
|
BLAKE2b-256 checksum How to use checksums |
4bfa755d966f974f3b6838e79fb281230f02f8dd09ab959343e26c64612188e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
|