Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joergi/hackspacemagazinedownloader
A downloader for the free Hackspace magazine
https://github.com/joergi/hackspacemagazinedownloader
downloader hackspace hackspace-magazine-downloader hacktoberfest hacktoberfest2020 linux magazine powershell programming-books
Last synced: about 9 hours ago
JSON representation
A downloader for the free Hackspace magazine
- Host: GitHub
- URL: https://github.com/joergi/hackspacemagazinedownloader
- Owner: joergi
- License: gpl-3.0
- Created: 2017-12-11T22:08:22.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T12:02:35.000Z (3 months ago)
- Last Synced: 2024-07-30T15:09:36.055Z (3 months ago)
- Topics: downloader, hackspace, hackspace-magazine-downloader, hacktoberfest, hacktoberfest2020, linux, magazine, powershell, programming-books
- Language: Shell
- Homepage: https://hackspace.raspberrypi.org/
- Size: 136 KB
- Stars: 15
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![TestScripts](https://github.com/joergi/HackspaceMagazineDownloader/workflows/TestScripts/badge.svg)
# Hackspace-Magazine-Downloader for Windows, Mac OS and Linux
A downloader for the free Hackspace magazine - https://hackspace.raspberrypi.org/# Hackspace-Magazine-Downloader for Windows
Downloads all the Hackspace issues on WindowsOpen 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](https://github.com/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`# Hackspace-Magazine-Downloader on Linux or Mac OS
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`---
# This project was done by this lovely people, thank you!!!