Created
February 10, 2019 00:43
-
-
Save rdapaz/b25e8db7e4cd29ee825260161d163e31 to your computer and use it in GitHub Desktop.
Download MagPy Magazine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import time | |
import subprocess | |
for i in range(74, 79): | |
os.system(" ".join(["curl", "https://www.raspberrypi.org/magpi-issues/MagPi{}.pdf".format(str(i).zfill(2)), "-o", "/Users/rdapaz/Downloads/MagPi{}.pdf".format(str(i).zfill(2))])) | |
time.sleep(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment