https://github.com/teraskull/magpi-downloader
Download all MagPi and Hackspace issues with an automated script.
https://github.com/teraskull/magpi-downloader
bash download downloader hackspace magazine magpi pdf raspberrypi
Last synced: 7 months ago
JSON representation
Download all MagPi and Hackspace issues with an automated script.
- Host: GitHub
- URL: https://github.com/teraskull/magpi-downloader
- Owner: Teraskull
- License: mit
- Created: 2021-01-24T16:24:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T19:25:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T20:44:01.098Z (9 months ago)
- Topics: bash, download, downloader, hackspace, magazine, magpi, pdf, raspberrypi
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MagPi Downloader
Download all MagPi and Hackspace issues with an automated script.## Installing
```bash
git clone https://github.com/Teraskull/magpi-downloadercd magpi-downloader
sudo chmod +x magpi-issue-downloader.sh
```## Usage
```bash
./magpi-issue-downloader.sh
```## Examples
To download only MagPi issues, set the `HACKSPACE_FIRST` and `HACKSPACE_LATEST` variables to `0`:
```bash
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` and `issues/hackspace` directories.
>
> All download URLs are saved in `issues/magpi/issues.txt` and `issues/hackspace/issues.txt`.## License
Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more information.