A quick Python script to save a PDF copy of any ISSUU document
- Clone or download repo
- Open terminal in root directory
- Run the program with
python issuu-grabber.py
Provide a single URL with the option to continue as many times as desired
- When prompted enter
u
for manual entry - Paste the full ISSUU URL into the terminal
Simple batch processing for a list of URLs
- When prompted enter
f
for file input - Input file should be named
input.txt
- File should be saved in the app root directory
- File should contain one URL on each line