Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mcombeau/arachnida
- Owner: mcombeau
- Created: 2023-10-05T15:21:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T15:05:24.000Z (about 1 year ago)
- Last Synced: 2023-10-14T23:55:44.940Z (about 1 year ago)
- Language: Python
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)