Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.41 KB

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