Skip to main content

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

This version

1.0

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 hashes)

Uploaded Source

Built Distribution

linkparser-1.0-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page