Created
June 25, 2013 13:48
-
-
Save palewire/5858568 to your computer and use it in GitHub Desktop.
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 pytz | |
| import pastpages2gif | |
| from datetime import datetime | |
| pastpages2gif.get_site( | |
| "./chicago-tribune.gif", | |
| "chicago-tribune", | |
| datetime(2013, 6, 24, 15, 0, 0).replace(tzinfo=pytz.timezone("US/Central")), | |
| datetime(2013, 6, 25, 8, 0, 0).replace(tzinfo=pytz.timezone("US/Central")), | |
| verbose=True | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment