From 5abb4867cb2ba1673c36246f02fd882b0791db83 Mon Sep 17 00:00:00 2001 From: H3XploR <73852348+H3XploR@users.noreply.github.com> Date: Sat, 18 Apr 2026 23:14:17 +0200 Subject: [PATCH] first commit --- spider | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 spider diff --git a/spider b/spider new file mode 100644 index 0000000..8b52160 --- /dev/null +++ b/spider @@ -0,0 +1,4 @@ +#!/usr/bin/env python3 +import argparse + +parser = argparse.ArgumentParser(description='The spider program allow you to extract all the images from a website, recursively, by providing a url as a parameter.')