This repositorty has been archived. Send.cm
started using Cloudflare
Which prevents web scrapers (such as this one) from properly working. However, There are still cloudflare bypassers out there. Use them at your own risk!
A small tool that gives you the ability to download whole folders from send.cm
Make sure you have installed all of the following prerequisites on your machine:
pip install requests
pip install bs4
pip install clint
pip install lxml
Or simply install all requirements by running:
pip install -r requirements.txt
python sendcm_downloader.py [folder_link] [local_path] {--noprogress}
folder_link
: The Folder URLlocal_path
[Optional] : the folder you want to save your files in, defaults to the current folder--noprogress
[Optional] : If, for some reason, you don't want to show the progress of downloading the filesThe google colab link ( provided above ) makes it possible to copy all the files from a send.cm folder into your own Google Drive account.
The advantage of this method is that all the heavy lifting will be done via Google Collab. You won't be limited by your own network speed.