Web crawler implementation using Python 3.5+ async/await
- Python 3.5+
pip install -r requirements.txt
$ python crawl.py www.example.com
- --out/-o : sitemap output file name
- --verbose/-v: verbosity level
$ docker build -t async-await-crawler:latest .
$ docker run -it async-await-crawler http://me.syrex.com