Skip to content

nourspace/async-await-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-await-crawler

Web crawler implementation using Python 3.5+ async/await

Requirements

  • Python 3.5+
  • pip install -r requirements.txt

Usage

$ python crawl.py www.example.com

Options

  • --out/-o : sitemap output file name
  • --verbose/-v: verbosity level

Docker usage

Build the Docker image:

$ docker build -t async-await-crawler:latest .

Run the crawler

$ docker run -it async-await-crawler http://me.syrex.com

About

Web crawler implementation using Python async/await

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages