A tool to download your books from Zanichelli into PDFs.
- Node >= 14.0
- Windows 10 or higher (The script hasn't been tested on other platforms, but it may work, you will likely have issues on mac os)
- A modern browser (Chrome, Firefox, Edge, etc.)
- Download the source code from here or click the above green button
Code
and clickDownload Zip
- Extract the zip file in a new folder and open it
- Open the folder in a terminal
- If you are on Windows 11, just right click and press
Open with Windows Terminal
- If you are on Windows 10, hold
shift
on your keyboard and right click on a white space, then pressOpen command window here
- If you are on Windows 11, just right click and press
- Type in the terminal:
npm i
-
Open the folder of the script in a terminal (same way as installation) and run the script with node typing:
node .
-
Enter your zanichelli username(email) and password
-
Wait for the list of books to load
-
Enter the isbn of the book you want to download
-
Wait, the book will be downloaded and saved to the script' directory
-
For some books, further actions may be required, follow the instructions on the terminal
NOTE: You will get logged out from your account while the script is running. Do NOT login in a browser at it will break the script while it's running.
Remember that you are responsible for what you are doing on the internet and even tho this script exists it might not be legal in your country to create personal backups of books.
I may or may not update this script depending on my needs, but I'm open to pull requests ecc.
This software uses the MIT License