Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 316 Bytes

File metadata and controls

14 lines (9 loc) · 316 Bytes

An Awesome Url Crawler: (Developed Using Python)

How to Use ? Usage: main.py -u url -d depth

Options:
-h, --help show this help message and exit
-u URL Specify the begin url.
-d DEPTH Specify the crawling depth. Default: 5.
-t THREAD The amount of threads. Default: 10.

Licence