Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Saief1999/sendcm-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sendcm Folder Downloader

READ FIRST

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!

Overview

Open In Colab

A small tool that gives you the ability to download whole folders from send.cm

demo

Prerequisites

Make sure you have installed all of the following prerequisites on your machine:

  • Python
  • Python packages :
    • Requests : pip install requests
    • Beautiful Soup : pip install bs4
    • Clint : pip install clint
    • Lxml Parser: pip install lxml

Or simply install all requirements by running:

pip install -r requirements.txt

Usage

python sendcm_downloader.py [folder_link] [local_path] {--noprogress}
  • folder_link: The Folder URL
  • local_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 files

Copying files into Google Drive

The 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.

  1. Mount your GDrive account
  2. Run the Code block to initialize the downloader
  3. Input your folder link and your Drive destination link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published