Skip to content

fikaa73/Cloudinary-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This script is made because Cloudinary doesn't allow downloading all resources at once without going through huge hassle of endless documentation and API calls.

It will get all of your Cloudinary resources as URLs, save them, and allow you to download them all at once.

resource-scraper.py will get all of your URLs and save them to cloudinary_urls.txt. To make it work, you will have to enter your cloud name, API key and API secret.

download.py will get URLs from cloudinary_urls.txt and download them to folder downloaded_files.

download-multi.py is same as download.py, just multi threaded.

Have fun :)

About

Download all of your Cloudinary resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages