Skip to content

Dowloads images from website & analise metada from images

Notifications You must be signed in to change notification settings

msoto5/cs42_arachnida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs42_arachnida

  • Spider.py: Allows you to extract all the images from a website, recursively, providing a url as a parameter.

  • Scorpion.py: Receives image files as parameters and will be able to parse them for EXIF and other metadata, displaying them on screen.

Getting Started

Prerequisites

Spider.py works with some libraries which are installed with:

pip install requests
pip install beautifulsoup4
pip install progress
pip install validators

Scorpion.py's libraries are installed with:

pip install Pillow
pip install prettytable

Manual

spider.py


scorpion.py


About

Dowloads images from website & analise metada from images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages