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
- Host: GitHub
- URL: https://github.com/deckarep/magpi_downloader
- Owner: deckarep
- License: mit
- Created: 2016-07-04T21:28:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T21:58:24.000Z (almost 10 years ago)
- Last Synced: 2025-03-18T10:16:49.016Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```