An open API service indexing awesome lists of open source software.

https://github.com/deckarep/magpi_downloader

Downloads all issues of MagPi in parallel
https://github.com/deckarep/magpi_downloader

Last synced: 8 months ago
JSON representation

Downloads all issues of MagPi in parallel

Awesome Lists containing this project

README

          

# magpi_downloader
Downloads all issues of MagPi in parallel

# Summary
The python script is solely responsible for scraping the proper .pdf
urls from the magpi website. This data is then piped into xargs and
wget in order to download the magazines in parallel and save the files

```
cd magpi_downloader
mkdir magazines
virtualenv venv
source venv/bin/activate
pip install -r pip.install.lock

./go.sh
```