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.')