Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 652 Bytes

File metadata and controls

36 lines (23 loc) · 652 Bytes

Scrap All Links

Scrap All Links is a Python script for scraping links within a webpage.

Installation (Python 3+ required)

Please install all dependencies with pip before use.

pip install -r ./requirements.txt

Usage

python scrap.py link [-o]
> python scrap.py -h

usage: scrap.py [-h] [-o outputFile] link  

Scrape them all!

positional arguments:
  link           Link of the target website

optional arguments:
  -h, --help     show this help message and exit
  -o outputFile  Outputs results into a file

License

MIT