524f6a45cd962e80048d7a17d13e9fdbc7c07280
Concurrent web scraper
Requirements
This crawler requires at least Python 3.5 in order to utilise the async/await keywords from asyncio.
Install required modules:
pip install -r requirements.txt
Run:
python crawler.py -u https://urltocrawl.com [-c 100]
Results
The resulting sitemap will be output to the root of this directory as sitemap.html
Description
Languages
Python
100%