mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-04 04:48:42 +00:00
9 lines
241 B
Python
9 lines
241 B
Python
# pip install simple_image_download
|
|
|
|
from simple_image_download import simple_image_download as simp
|
|
response = simp.simple_image_download
|
|
|
|
# This code can be run in a loop
|
|
i = 'name' #Name of the item
|
|
response().download(i, 'total images')
|