Alouette is a simple Python script that allows you to scrap all images from a website stored on the Wayback Machine.
Prepare your Environment
Be careful, I’m running this from WSL2, not PowerShell or CMD.
First of all we are going to install the Wayback Machine Downloader.
Be careful, there are several versions of the same script and if you just run gem install wayback_machine_downloader you are going to install the packages that is not maintained since ages.
So follow me with this command instead:
|
1 |
gem install wayback_machine_downloader_straw |
This package is maintained here and it’s the only one that I saw working.
How to run Alouette
Just run:
|
1 |
python Alouette.py jeeja.biz |
