Skip to content

vasile-coste/image-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Parser

Usage:

  • as it is now by (new ImageParser())->run();
  • can be called separetly like this:
    • (new ImageParser())->parseMain() will get all the pages containing images
    • (new ImageParser())->parseSecond() will get all the image links from the pages
    • (new ImageParser())->downloadImages() will download all the images using the links from previous step

Notes:

  • The script needs a MySql db
  • For retrieving the web pages content i'm using cURL (i know i could use guzzle)

About

parse images from a website target

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages