A downloader for the free Hackspace magazine - https://hackspace.raspberrypi.org/
Downloads all the Hackspace issues on Windows
Open your Powershell as Administrator (right click on PowerShell -> Open as Administrator)
Enter: set-executionpolicy remotesigned
and you are able to use the Powershell scripts.
All Windows scripts are done by github user Rubemlrm
git clone https://github.com/joergi/Hackspace-Magazine-Downloader.git
Download the normal issues:
./windows-downloader.ps1
Download a specific range of normal issues:
./windows-downloader.ps1 -f 1 -l 1
Downloads all the Mag Pi issues (a Raspberry Pi magazine) on Linux and Mac OS
git clone https://github.com/joergi/Hackspace-Magazine-Downloader.git
Download the normal issues:
./hackspace-downloader.sh
Download a specific range of normal issues:
./hackspace-downloader.sh -f 1 -l 1