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 :)