Skip to content

mije/image-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Scraper

A simple crawler that downloads all images from a given website.

It uses the Colly to traverse website's pages recursivelly and collects image links. Collected links are processed by a custom-build concurrent downloader.

NOTE: A simple custom crawler implementation, replacing Colly, can be found in PR#1.

Downloader

A very simple concurrent file downloader. It misses some features to make it production ready, e.g.:

  • Graceful shutdown
  • Retrying failed requests
  • Rate limiters with custom backoff strategies
  • Logging

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages