Skip to content

Latest commit

 

History

History
 
 

scrap_all_links

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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