A Simple Python Package to Extract All Links from a Target Domain or URL.
Project description
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.py
script
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
linkparser-1.0.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file linkparser-1.0.tar.gz
.
File metadata
- Download URL: linkparser-1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3726b1566ec883335ca2fe070ad24022bc3c20d03f3776e609a8b1c791dac790 |
|
MD5 | 3ab7a299d5b65a45f5d4e6c4c2d19022 |
|
BLAKE2b-256 | 44611a5656840035a2f8008325bf2d766dae97d65cb641dcc695305b96fa6da0 |
File details
Details for the file linkparser-1.0-py3-none-any.whl
.
File metadata
- Download URL: linkparser-1.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c747b2b2e560ad6cff94cbc6f417ef7645fc3e212b216bd9e7d21c8a1bff027 |
|
MD5 | 6b7843a971ea9b987c3037ffda4e6ab0 |
|
BLAKE2b-256 | 4bfa755d966f974f3b6838e79fb281230f02f8dd09ab959343e26c64612188e6 |