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.shTo 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=0To 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/magpiandissues/hackspacedirectories.All download URLs are saved in
issues/magpi/issues.txtandissues/hackspace/issues.txt.
Distributed under the MIT License. See LICENSE for more information.