Scrap All Links is a Python script for scraping links within a webpage.
Please install all dependencies with pip before use.
pip install -r ./requirements.txt
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