Download all MagPi and Hackspace issues with an automated script.
git clone https://github.com/Teraskull/magpi-downloader
cd magpi-downloader
sudo chmod +x magpi-issue-downloader.sh
./magpi-issue-downloader.sh
To download only MagPi issues, set the HACKSPACE_FIRST
and HACKSPACE_LATEST
variables to 0
:
MAGPI_FIRST=1
HACKSPACE_FIRST=0
MAGPI_LATEST=113
HACKSPACE_LATEST=0
To download a specific MagPi issue, set both MAGPI_FIRST
and MAGPI_LATEST
to the respective issue number.
All issues will be downloaded under the
issues/magpi
andissues/hackspace
directories.All download URLs are saved in
issues/magpi/issues.txt
andissues/hackspace/issues.txt
.
Distributed under the MIT License. See LICENSE
for more information.