Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcombeau/arachnida

A 42 school cybersecurity bootcamp project to create an image web scrapper and an EXIF and metadata parser.
https://github.com/mcombeau/arachnida

Last synced: 27 days ago
JSON representation

A 42 school cybersecurity bootcamp project to create an image web scrapper and an EXIF and metadata parser.

Awesome Lists containing this project

README

        

# Arachnida

A 42 school cybersecurity bootcamp project to create two programs:

- Spider: an image web scrapper,
- Scorpion: an image EXIF and metadata viewer/deleter.

## Spider

[Spider](/spider) is a small python script that scrapes a URL to download the images within. It can be launched in recursive mode, to follow internal links to a certain depth and download images from there as well. It complies with the website's `robot.txt` directives.

## Scorpion

[Scorpion](/scorpion) is a small python script that displays an image's metadata. It can also be used to create a copy of the image, stripped of all of its exif data.

---

Made by mcombeau: [email protected] | LinkedIn: [mcombeau](https://www.linkedin.com/in/mia-combeau-86653420b/) | Website: [codequoi.com](https://www.codequoi.com)