Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 318 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 318 Bytes

INTRODUCTION

This is a python script to download all images from a imgur.com album. All files will be stored in a directory named after the album they originates from.

REQUIREMENTS

This script requires the following modules:

  • Python3 (json, os, pathlib, sys, urllib.request)

  • requests