Skip to content

Gottiee/Arachnida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Arachnida

Arachnida is a python projetc separate in two script :

  • Spider : scrap recursively image from a web URL
  • Scorpion: display several informations on a given image (EXIF, shape ...)

Spider

usage : /spider [-rlp] URL

Spider allow you to extract all the images form a website, recursively, by providing a url as a parameter.

-r        : recursively download the images in the URL
-rl [N]   : indicates the maximum depth level of the recursive download. If not indicated, it will be 5.
-p [PATH] :indicates the path where the downloaded files will be saved. If not specified, ./data/ will be used.

(folowing extension are managed: .jpg/jpeg | .png | .gif | .bmp)

Made with Requests and BeautifulSoup

Scorpion

Scorpion display basic attributes such as the creation date, as well as EXIF data.

usage : ./scorpion FILE1 [FILE2 ...]

Made with PIL

About

Recursive Web Image scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages