The most Advanced yet simple Multi Cloud tool to transfer Your Data from any cloud to any cloud remotely based on Rclone.⚡

Overview

Multi Cloud Transfer (Advanced!) 🔥

1.Setup and Start using Rclone on Google Colab and Create/Edit/View and delete your Rclone config file and keep them always with you using this! No matters which device you are on! Use Anywhere and Anytime and perform all Rclone task and immediately save it!

2.Now I have implemented the Multi Cloud Transfer tool! it means you can easily transfer your all account data to any Cloud service which you like! And since it will work on Google Server, So it will be lightning fast and will not consume your Internet or System Resources. 😉

3.This Project comes with the ability to pack or extract of Files or Folder in varity of formats with or without Password Protection while moving the data from One Cloud to another Cloud.

🆕 What's New! 🆕

v2.2.8 (More Customizations & Packing and Extraction Support)

1.Saving Customization for Rclone Configuration. 😉

2.Packing & Extracting Files/Folder between Cloud Transfer. 😆

3.Solved Auto-Unmounting Error for Google Drive. 🪄

4.Error 4 Unzip tools not found Eradicated. ⚰️

5.Added Upload & Use already made Rclone config file option. 💾

v2.2.7 (Service Accounts support and warning time.)

1.Added Service Accounts support. 🪀

2.Warning time added in Delete section to prevent accidental data loss. ⚠️

3.More Purge options are added! 🧼

4.New Transfer Modes are added! 🔮

5.Now use Different Rclone Flavours! 😋

v2.2.6 (More Transfer Methods and Purge options!)

1.Added more Transfer modes as rclone. 🚅

2.Now delete or purge your data. 🗑️

3.Fixed duplicates rclone.conf Errors.

v2.2.5 (Multi Cloud Transfer Integration)

1.Multi Cloud Transfer Tool Added!

2.Auto Reconnecter is Added in support of large transfer. 😙

3.Added New Sections and updated the guide. 😌

4.Service Accounts Randomizer (In Beta)

5.Config will now move to My Drive at place of frustrating you by downloading in your Device.

Show Update History

NOTICE

1.The Project is now updated and everything is optimized for new changes made by Rclone v1.58.0 written in 2nd point.

2.In Latest Rclone Version v1.58.0, they made some changes in Auto-Config. Don't worry I am aware of that and till that you can either follow the New Steps or if you are making config file for Google Drive then you can provide your CLIENT ID and CLIENT SECRET to Work around that situation! I will update you in my Update Channel ,once I find some alternative to help you out in that Step.

3.For auto-config always choose No(n) because we are going to run the Rclone not on our own local device! Otherwise login will not work.

📝 Introduction

This Project makes it easy and possible to Perform every Rclone Task on Google Colaborately and Store your progress on the cloud and continue it where you left it anytime and anywhere! This Project comes with In-Build support to perform basic task like Creating/Editing/Viewing and Deleteing and also Downloading your Rclone Config file which is needed by almost all Rclone User to perform task! To execute any rclone command you just need to type "!rclone" (After installing Required Setup Files) before any command like "!rclone config" where config is the Command name!

🔌 Before you Start!

Please Connect your Google Account, So that Rclone can easily save its progress automatically.

If you want to use your own Rclone config file or the progress saved in your Google Drive in My Drive! Then run the following Code as shown in the image

Run the Time Out Preventer to prevent Google Colab from getting timeout before your Transfer got Completed.

You can easily use the Service Accounts (if you want to) using the given code, Please read "Using Service Accounts" Section to learn how to.

Using SA

You can easily delete your Files/Folder/Directory from the given code

Purge Options

This Project gives you the ability to pack or extract files or folders between any cloud with large verity of format support.

Packing & Extraction

⚙️ How to use?

1.First Open the Code on Google Colab: Open Code

2.Now,Before performing any task, Download & Setup Rclone by running the code as shown in the Image. You can also choose different flavours of Rclone which is described as follows:

Stable: For best Stability.

Beta: For Earlier testing of newly released features in Rclone.

1

3.To Create/Edit/Delete/View comfig file/remote just run the code as shown in the Image. You can also save your Rclone config file for using it in future without doing same thing repeatedly.

Rclone config Saving options:

1.Upload_Config_File: Upload your already made Rclone config file to use it.

2.Save_Config_MyDrive: To save created Rclone Config File in Google Drive's My Drive.

3.Download_Config: Download Created Rclone Config file in your Device.

2

4.After Running the Code! Checkout the available options (shown in image) and type an alphabet and hit Enter key to continue, but if input filed is not visible then just click on the blinking line.

3

5.Type n and hit Enter to create a new Config file or Remote and give name, So that you can identify it in future

4

6.Now after Entering the name! You have to choose the cloud for which you have to make config file or remote (by typing its list number), like if you need to make config file or remote of Google Drive then type number "16" and hit Enter

5

7.If you don't know about Client ID and Client Secret then just hit Enter without entering anything! Otherwise this can be used to bypass login into your Google Account

6

8.After that, It will ask you to grant which level of access to your Rclone config file, to choose it just type and hit enter the list number! I recommend to use number '1' which is for full access.

7

9.If you want to use "Computers" folder than you can provide its root_folder_id otherwise just hit Enter to ignore

8

10.Again! If you want to use Service Accounts then you can fill the shown field otherwise leave it and hit Enter!

9

11.Also, for doing advanced configuration you can type y or just hit Enter to ignore it.

10

12.This is a important step! For Auto-Config write 'n' and hit Enter because here we are using a Remote Machine which is not our Device! So always choose 'n' otherwise login will not work. 11

13.Now Rclone will ask you to type something like "rclone authorize "drive" "XXXXXXXXXXX" in your own Computer or Mobile Phone! Please read the following steps carefully!

For 📲 Mobile Phones:

1.First Download Termux App in your Phone: Android | iOS

2.Now Run the Following Commands one by one in it!

1.pkg install rclone
2.Command given by Rclone in STEP 13!

3.After it! Rclone will open Browser for login into your Account!

4.Once you Successfully login! Return back to Termux App and copy the code which will apper there and paste it into the Google Colab to continue!

For 🖥️ PC:

1.Download Rclone, as per the Operating-System in your PC: Download Now

For Windows:

2.After Downloading Rclone zip for Windows! Extract it and open the Folder as shown in the Image.

3.Now type CMD in the Address bar and hit Enter to configure CMD in that folder and to use Rclone.

4.It will open CMD, Now Enter the command given by Rclone in the STEP 13 written above. It will open the Browser, so just login into your account return back to CMD Window

5.Once you login successfully! A Code will be visible. Just copy the code and paste it in Google Colab to continue.

For Linux:

Read Here: Rclone on Linux

For MacOS:

Read Here: Rclone on MacOS

14.Now, it will ask you if you want to use Shared Drive or not ? y for Yes and n for No.

15.If you want to use Shared Drive then it will ask you to choose the list number of Shared Drive from the list shown (of available Shared Drive in your Account.)

14

16.Finally! After above steps, it will show you the final code of rclone config file, you can copy paste it in any Text Editor and after that type 'y' and hit Enter to confirm and then type 'q' tp quite the configuration of file.

15 16

17.After Typing q and hitting Enter! The program will automatically save the rclone.conf file in your My Drive.

17

18.You can execute or run any Rclone command in this project! Just click on the Drop-down arrow of "Advanced Task" and that sit! Enjoy

18

📑 Creating Config File for More Clouds

You can learn creating config file for all Cloud Services: Learn Here

🪝 Multi Cloud Transfer

Lets move Data from any cloud to any cloud as you want! Since we are using Colab, So it will not consume your Internet or System Resource.

1.Before we procced! I recommend to either create or fetch your Rclone Config file to Google Colab using above two methods! Creating and fetching will automatically place the file in correct location!

2.Once you done creating or fetching the config file! Just run the Code named "Connect to Cloud Accounts" and it will automatically detect your config file and will show you dropdown list to mount multiple remotes as shown in the image. Now select remoted and click mount to connect to those remotes between which you have to transfer your Data.

3.After mounting those remotes or Cloud Accounts, Now click on the File icon as shown in the image and then you will see two folder named "drives" open the second folder named "drives" and you will see the names of Remotes or Cloud Account which you mounted previously!

4.Now Simply open that Folder and copy the file or folder path which needs to be copied and then right click on the file or folder and select "Copy Path" option from the list

5.After that! Paste the path of file or folder in "Source" field and again go to File Icon-->drives and open the Cloud Account into which you want to transfer files/folders and copy its path! You can either directly copy the path of Cloud Account or of any folder inside it and paste the path in "destination" field.

6.Choose the Transfer mode trough which you want to transfer your Data! Please refer to " 🚅 Modes of Transfer" below to learn about all of them.

7.If you want to get notified! when your transfer got completed then tick the Email_notification option and provide Gmail Email ID as well as its password and the Receiver Email ID on which you want to receive the notification! (optional)

Email_notification: Select this option to enable following options.
logs: Check this option to also get log in Mail.
emailID: Enter your Gmail ID.
password: Enter Password of given Gmail ID.
Receiver_ID: The Email ID on which you want to receive the Notification.

8.Dry Run option is just to check the Source as well as destination path without copying anything.(Optional)

9.Finally! Run the code by pressing Play button to start transferring. Enjoy! 🙃

🪀 Using Service Accounts

The service accounts can be used to bypass the 750Gb/day upload limit set by google in Google Drive. It means that you can use them to upload more than 750Gb per day, duplicate hundreds of files...Each service account has a 750Gb upload limit per day. You can create up to 100 service account per google cloud project. So, with only one project you can upload/duplicate up to 75Tb a day!

1.Don't have Service Accounts? Create Here

2.After creating! make the zip of "accounts" folder which have 100 Json files and keep its name as "accounts.zip".

3.Now back to Google Colab screen and run the code as shown in the Image and click "Choose file" and select the zip file you just created!

4.After it! Click the file icon, then open "accounts" folder and right click on anyone json file and select "Copy path".

5.Run the "Create/Edit/Delete Rclone Config File" and paste the path in "service_account_file" during createing remote for Google Drive.

📦 Packing & Extracting Files/Folder

This Project comes with the ability to pack or extract of Files or Folder in varity of formats with or without Password Protection while moving the data from One Cloud to another Cloud. What you need is just Source Path which needs to be packed or extracted and Destination Path where you need the final result, so lets learn how to use this feature. 😆

1.First connect the Cloud Accounts between which you need to transfer the packed or extracted data. Please read STEP 2 of " 🪝 Multi Cloud Transfer" section to learn how to do that!

2.Now Get the both Source Path & Destination Path, Refer to STEP 3 of " 🪝 Multi Cloud Transfer" section to learn how to get both Path.

3.After it! Choose the action which needs to be done with the Source Path and then enter following Details:

1.Packed_Output_File_Name: Enter the name of Packed or Zipped file if packing anything.

2.Source_Path: The Path of Data which needs to be processed.

3.Destination_Path: The Path on which you want the final output.

34

4.Then Run the code to start your given task. Finally Enjoy! 😎

This Tool is under Beta and not completely tested yet, but it is definitely safe to use without any Data corruption! So there maybe some condition when it can produce some Error, so please Report them to me.

🚅 Modes of Transfer

As this project use Rclone as a base! and Rclone support multiple flags to help you move or clean your Data, in this Project flags are known as Modes. Here is the list of the Modes that this Project supports:

1.Copy: Copy files from source to dest, skipping identical files.

2.Copyto: This can be used to upload single files to other than their current name.

3.CopyURL: Download a URL's content and copy it to the destination without saving it in temporary storage.

4.Move: Moves the contents of the source directory to the destination directory.

5.Moveto: If source:path is a file or directory then it moves it to a file or directory named dest:path.

6.Check: Checks the files in the source and destination match. It compares sizes and hashes (MD5 or SHA1) and logs a report of files that don't match. It doesn't alter the source or destination.

7.Sync: Sync the source to the destination, changing the destination only. Doesn't transfer files that are identical on source and destination, testing by size and modification time or MD5SUM. Destination is updated to match source, including deleting files if necessary (except duplicate objects, see below).

8.Bisync: Bisync provides a bidirectional cloud sync solution in rclone. It retains the Path1 and Path2 filesystem listings from the prior run. On each successive run it will:

9.Cat: Rclone cat sends any files to standard output.

10.CleanUp: Clean up the remote if possible. Empty the trash or delete old file versions. Not supported by all remotes.

11.ls: List all the objects in the path with size and path.

12.lsd: List all directories/containers/buckets in the path.

13.lsl: List all the objects in the path with size, modification time and path.

14.md5sum: Produce an md5sum file for all the objects in the path.

15.sha1sum: Produce a sha1sum file for all the objects in the path.

16.size: Return the total size and number of objects in path.

17.genautocomplete: Output shell completion scripts for rclone.

18.gendocs: Output markdown docs for rclone to the directory supplied.

19.obscure: Obscure password for use in the rclone.conf.

20.tree: List the contents of the remote in a tree like fashion.

Following Modes can easily cause Data Loss:

1.Delete: Remove the files in path.

2.Purge: Will delete whole Directory and leaving nothing behind.

3.rmdir: Completely Delete the given path.

4.rmdirs: Remove any empty directories under the path.

🎯 Points to be Remembered

1.Always choose No (n) for Auto-Config because we are not going to use Rclone on our Local Device/Machine otherwise login will not work!

2.Don't forget to type '!' before executing any custom Rclone Command.

3.For Safety! Rclone will always save progress in your My Drive! Not in any of your Shared Drive.

4.Use the Dry Run option to check both Source and Destination path without copying anything.

5.You can either choose the path of Cloud Account folder or anyother folder inside it

Supported Command List

Show List

🤔 Why use this?

1.Rclone is really a very powerful command line tool! but some users are really not comfortable with Command line and hence it become defficult to use this type of useful tools, So this Project provides a very interactive User Interface (UI) to operate it with less inputs.

2.Rclone creates "rclone.conf" file, which is the most important thing to make rclone useful. But when you change your device, then you have to create a new rclone.conf file. But this Project saves your rclone.conf file to Google Drive and you can use the same file repeatedly, what you just need is your Google Account and nothing.

3.Heavy flexibility: You can use this project anytime & anywhere because it is totally cloud based, that means if you are moving files in your PC and want to check its progress in your phone then you just have to login on Google Colab in your Phone.

🔐 Safe or Not?

1.Don't Worry! No data will be shared with anyone, if you use the Original code. 🔒

2.This code do not share even a single piece of data to any third party source and not create any log of that! 🔑

3.Do not trust any other copy of this Code. 📚

Contact Us!

Join our Update Channel at Telegram: Join Now!

Directly Contact the Developer using Telegram @HelpAutomatted_Bot

❤️ Credits & Thanks

Dr.Caduceus: For making this Project and Guide.

Rclone: The Backbone of this Powerful Project.

Comments
  • Configuration disappeared

    Configuration disappeared

    Hello and many thanks for this tool!

    Yesterday I installed everything correctly and even the transfers went great, but today reconnecting the mounted drives are gone. Only the sample_data folder is present. What happened?

    question 
    opened by Sei969 6
  • "Transport endpoint is not connected"

    I want to copy files from Google Drive to Microsoft OneDrive, but during the process, the remotes just unmount on their own thus unsuccessfully copying the files. I tried to copy with and without using the Time Out Preventer, but same results. Hoping you can help me, thank you very much!

    1-1 1-3 1-4 1-5

    question Minor 
    opened by oknchm 5
  • Google Account: Connection Error `DEBUG_MODE` Required!

    Google Account: Connection Error `DEBUG_MODE` Required!

    From time to time I get this error while using the script and even refreshing the browser or closing the session does not solve the problem:

    An exception has occurred, use %tb to see the full traceback.
    
    SystemExit: NoteBook is out-dated! Please update your Notebook to ['shell-init: error retrieving current directory: getcwd: cannot access parent directories: Transport endpoint is not connected', 'v4.1.2'], for getting latest new features.
    
    /usr/local/lib/python3.7/dist-packages/IPython/core/interactiveshell.py:2890: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.
      warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
    
    enhancement question 
    opened by Sei969 4
  • Using Service Accounts with GDrive remote disables it to be properly mounted

    Using Service Accounts with GDrive remote disables it to be properly mounted

    I'm trying to use my service accounts folder (followed the guide), but I'm able only to properly mount the remote drive in case I do not provide the service account file on rclone config. If I do, I press Mount, the folder shows up on the left side directory tree , but there's no droplist showing the drive's folders, it simply shows nothing.
    Do you have any ideas what might be going wrong here? Thanks in advance.

    opened by i-am-nut 3
  • Why the videos I downloaded are not automatically merged into one file

    Why the videos I downloaded are not automatically merged into one file

    image

    [download] Downloading video 8 of 57 [youtube] kgEgOi32CE0: Downloading webpage [youtube] kgEgOi32CE0: Downloading android player API JSON [info] kgEgOi32CE0: Downloading 1 format(s): 303+251 [download] Destination: A pot of wine among watermelon fields.So…The life of watermelons and grapes瓜间一壶酒,西瓜和葡萄的一生?丨Liziqi [kgEgOi32CE0].f303.webm [download] 100% of 406.72MiB in 01:41 [download] Destination: A pot of wine among watermelon fields.So…The life of watermelons and grapes瓜间一壶酒,西瓜和葡萄的一生?丨Liziqi [kgEgOi32CE0].f251.webm [download] 100% of 19.21MiB in 00:08 [Merger] Merging formats into "A pot of wine among watermelon fields.So…The life of watermelons and grapes瓜间一壶酒,西瓜和葡萄的一生?丨Liziqi [kgEgOi32CE0].webm" ERROR: Postprocessing: Conversion failed! [download] Downloading video 9 of 57 [youtube] kPIzBRPezY4: Downloading webpage [youtube] kPIzBRPezY4: Downloading android player API JSON [info] kPIzBRPezY4: Downloading 1 format(s): 303+251 [download] Destination: Finally, a different title! “The life of okra and bamboo fence, LOL这次可算有点不一样的标题了!秋葵,和竹筒路的一生嘻嘻丨Liziqi [kPIzBRPezY4].f303.webm [download] 100% of 360.37MiB in 01:31 [download] Destination: Finally, a different title! “The life of okra and bamboo fence, LOL这次可算有点不一样的标题了!秋葵,和竹筒路的一生嘻嘻丨Liziqi [kPIzBRPezY4].f251.webm [download] 100% of 17.58MiB in 00:09 [Merger] Merging formats into "Finally, a different title! “The life of okra and bamboo fence, LOL这次可算有点不一样的标题了!秋葵,和竹筒路的一生嘻嘻丨Liziqi [kPIzBRPezY4].webm" ERROR: Postprocessing: Conversion failed! [download] Downloading video 10 of 57 [youtube] oi38cQMORQY: Downloading webpage [youtube] oi38cQMORQY: Downloading android player API JSON [info] oi38cQMORQY: Downloading 1 format(s): 303+251 [download] Destination: The life of cucumbers黄瓜的一生丨Liziqi Channel [oi38cQMORQY].f303.webm [download] 100% of 403.08MiB in 01:26 [download] Destination: The life of cucumbers黄瓜的一生丨Liziqi Channel [oi38cQMORQY].f251.webm [download] 100% of 18.37MiB in 00:11 [Merger] Merging formats into "The life of cucumbers黄瓜的一生丨Liziqi Channel [oi38cQMORQY].webm" ERROR: Postprocessing: Conversion failed!

    Can I set the default to download the highest quality MP4 format file

    help wanted question 
    opened by DifferentSparkler 2
  • Q: About Connect to Cloud Accounts

    Q: About Connect to Cloud Accounts

    What's happened with previous Connect to Cloud Accounts feature ? 26.png

    ~~Optional~~ I am facing problem when Connect to Cloud Accounts section on smartphone. Because I didn't find Enter key on smartphone. It's working like 'Tab' on Colab. Screenshot_20220906-010344_GitHub.jpg

    opened by SamadXYZ 1
  • [Issue] Packing & Extraction

    [Issue] Packing & Extraction

    -### Why it show "Given Source path not exist!" ?

    s31 4

    s31 1 s31 3

    • What's happened with previous "Connect To Cloud Accounts" feature ? New version tiring

    opened by SamadXYZ 1
  • Can't Select the Clouds

    Can't Select the Clouds

    last night it's still fine but now it can't shows the list of the clouds and I can't choose the clouds that I want to mount in colab, any how to fix this? 54321

    Resolved 
    opened by rrfqi 1
  • Transfer speed drastically dropping

    Transfer speed drastically dropping

    Transfer speed started around 60MB/s, but later it just drops to this level, 1MB/s or less or just a bit more. Sometimes even less than 1KB/s is hit. Is there any specific reason for that?

    image

    opened by i-am-nut 1
  • Torrent - Select files to be downloaded

    Torrent - Select files to be downloaded

    I'm not able to select which files to be downloaded, as the torrent some times has multiple files grater than 15gb whish is the Google drive capacity.

    help wanted question suggestion 
    opened by NourElDeen05 1
  • Some suggestions during use

    Some suggestions during use

    image When I use the magnetic link to download, I can't view the download progress Nor can colleagues perform other youtube download tasks Can it be considered Aria2Ng for management Or add a download interface So we can download both magnetic links and Youtube Videos

    suggestion 
    opened by DifferentSparkler 1
  • where to add XXXXX@googlegroups.com?

    where to add [email protected]?

    i want to ask: this step: After adding all Email IDs of your Service Accounts, now copy the Email ID of your Google Group which looks like [email protected] and add it in your Shared Drives as "Manager". [email protected] add where? drive receive data? drive send data? thanks!!!!

    opened by thanhnguyen2075 0
Releases(v4.4.8)
  • v4.4.8(Aug 21, 2022)

    🆕What's New!🆕

    1.Package Upgrades:

    ->Rclone upgraded to v1.59.1

    ->yt-dlp upgraded to v2022.08.19

    ->7-Zip upgraded to v22.07.15

    ->LibTorrent upgraded to v2.0.7

    ->NoteBook upgraded to v4.4.8

    2.New features:

    ->FORCE_REMOUNT: Forcefully remount your Google Drive to fix any error.

    ->CUSTOM_MOUNT_POINT: Choose different path for mounting your Rclone remotes or Google Drive.

    ->DEBUG_MODE: DEBUG Mode to help people in case of any error while mounting Google Drive (Special Case).

    ->Custom_sh_file: Get custom .sh file from external source (URL or File Path) and execute it to install additional dependecies or requirements with or without normal setup.

    ->Flexibility to run .sh file as sudo or without sudo.

    ->Custom_Cache_Dir: To set custom cache directory for Rclone remotes.

    ->UUP Dump: It enables you to collect files mentioned in uup_download_linux.sh files and upload them to any cloud mentioned as Destination. It makes your work super easy to make ISO files using .sh file given by UUP DUMP Website or any other websites.

    ->Throw error if duplicate directory name is specified.

    ->Handle hash symbol in the middle of filename.

    3.Bug fixes:

    ->Addressed error where users are unable to mount Rclone remotes due to Mount Widget is not visible because of new changes by Google Colab team.

    ->Mitigated errors in Zipping/Unzipping section where Custom Name and Paths causing problems or confusion, typo errors in switches are now completely fixed.

    ->Detectors to automatically fix error while connecting Google Account.

    ->Fix errors with backends shutting down while in use

    ->Fix hang on quit with --dropbox-batch-mode off

    ->Fix infinite loop on uploading a corrupted file

    ->Fix nil pointer exception when bad node received

    ->Fix panic due to misalignment of struct field in 32 bit architectures

    Source code(tar.gz)
    Source code(zip)
  • v4.1.2(Jul 10, 2022)

    🆕What's New!🆕

    1.Package Upgrades:

    ->Rclone upgraded to v1.59.0

    ->yt-dlp upgraded to v2022.06.29

    ->7-Zip upgraded to v22.06.15

    2.New features:

    ->Combine multiple remotes in one directory tree

    ->MCT Configuration data can be imported or exported on/from custom paths.

    ->Error Mitigators to easily mitigate error while retriveing/exporting configuration files.

    ->New test makefile mode to create a file with random content of a particular size.

    ->Multiple Backends to prevent any error during setup.

    ->Speed up hash checking by aborting the other hash if first returns nothing.

    ->Added --header-filename to honor the HTTP header filename directive.

    ->Implemented --disable-http-keep-alives to disable HTTP Keep Alives.

    ->Warn about inaccurate results when objects with unknown size.

    3.Bug fixes:

    ->Addressed error where Notebook is unable to download setup when connection failed to back-end.

    ->Mitigated error causing 7z extraction in case of some specific files.

    ->Made --drive-shared-with-me work with shared drives. (Google Drive)

    ->Fixed 404 errors on copy/server side copy objects from public folder. (Google Drive)

    ->Solved No free space left error. (pCloud)

    Full Changelog: https://github.com/TheCaduceus/Multi-Cloud-Transfer-Tool/compare/v4.0.2...v4.1.2

    Source code(tar.gz)
    Source code(zip)
  • v4.0.2(Jun 8, 2022)

    🆕What's New!🆕

    v4.0.2 (Progress saving customization, Mirror Links, Update alerts and Bug fixes)

    1.Download MEGA Links with or without MEGA Account to any Cloud directly!😎

    2.Upload files to anonymous file sharing platform: Anonfiles.😄

    3.Now save all your MCT Configurations including Service Accounts, Rclone config, MEGA Credentials, GDTOT Crypt and HubDrive or DriveHub Crypt.🤩

    4.MCT Tool will move configurations to "MCT Config" folder at place of creating mess in My Drive.🤣

    5.Stay updated! get update alerts if using old NoteBook version😘

    6.Mirror HubDrive / DriveHub links easily.🥰

    7.Fixed all errors in pack & extraction section.😅

    8.Server sided copy option will now work on Colab.😄

    9.Yt-dlp will now not cause any problem in long-run.🤗

    10.Tool will now configure WinRAR by default in environment at place of downloading it manually.😉

    11.More saving customization for Service Accounts.😙

    12.Killed almost all bugs and frustrating wait time.🏹

    13.Heavy improvements in all part of tool, try to explorer it yourself.😍

    Full Changelog: https://github.com/TheCaduceus/Multi-Cloud-Transfer-Tool/compare/v3.0.5...v4.0.2

    Source code(tar.gz)
    Source code(zip)
  • v3.0.5(May 23, 2022)

    🆕What's New!🆕

    v3.0.5 (Amazing Add-ons, Direct Download links, Torrents and bug fixes!)

    1.Now download direct download links with various bulk download options to any cloud!😎

    2.Added YouTube Videos/Playlist download including various site support using yt-dlp!😘

    3.Multiple Torrent download support using Magnet link or torrent file directly to any cloud.🥰

    4.Fixed wrong token error in Source & Destination path.😅

    5.Addressed bug not allowing custom name while packing data.🥲

    6.Now bypass and mirror GDTOT links directly.🤗

    7.Packer & Extractor is now in STABLE.😉

    8.Now run aria2 and yt-dlp commands in Colab.😍

    Source code(tar.gz)
    Source code(zip)
  • v2.2.8(May 1, 2022)

    🆕What's New!🆕

    1.Saving Customization for Rclone Configuration.😉

    2.Packing & Extracting Files/Folder between Cloud Transfer.😆

    3.Solved Auto-Unmounting Error for Google Drive.🪄

    4.Error 4 Unzip tools not found Eradicated.⚰️

    5.Added Upload & Use already made Rclone config file option.💾

    Source code(tar.gz)
    Source code(zip)
  • v2.2.7(Apr 27, 2022)

    🆕What's New!🆕

    1.Added Service Accounts support.🪀

    2.Warning time added in Delete section to prevent accidental data loss.⚠️

    3.More Purge options are added!🧼

    4.New Transfer Modes are added!🔮

    5.Now use Different Rclone Flavours!😋

    Source code(tar.gz)
    Source code(zip)
Mini Tool to lovers of debe from eksisozluk (one of the most famous website -reffered as collaborative dictionary like reddit- in Turkey) for pushing debe (Most Liked Entries of Yesterday) to kindle every day via Github Actions.

debe to kindle Mini Tool to lovers of debe from eksisozluk (one of the most famous website -refered as collaborative dictionary like reddit- in Turkey

null 11 Oct 11, 2022
The most fresh and updateable Telegram userbot. By one of the most active contibutors to GeekTG

Installation Script installation: Simply run this command out of root: . <(wget -qO- http://gg.gg/get_hikka) Manual installation: apt update && apt in

Dan Gazizullin 150 Jan 4, 2023
A Telegram bot for remotely managing Binance Trade Bot

Binance Trade Bot Manager Telegram A Telegram bot for remotely managing Binance Trade Bot. If you have feature requests please open an issue on this r

Lorenzo Callegari 乐子睿 350 Jan 1, 2023
Google Drive, OneDrive and Youtube as covert-channels - Control systems remotely by uploading files to Google Drive, OneDrive, Youtube or Telegram

covert-control Control systems remotely by uploading files to Google Drive, OneDrive, Youtube or Telegram using Python to create the files and the lis

Ricardo Ruiz 52 Dec 6, 2022
A client that allows a user, specifiy their discord token, to send images remotely to discord

ImageBot_for_Discord A client that allows a user, specifiy their discord token, to send images remotely to discord. Can select images using a file dia

null 0 Aug 24, 2022
Simple yet efficient tool used to check and sort tokens in terms of there validation.

Discord Token Checker Simple yet efficient tool used to check and sort tokens in terms of there validation.When the program is done,go to the "output"

Robotnik 15 Dec 27, 2022
“ Hey there 👋 I'm Daisy „ AI based Advanced Group Management Bot Suit For All Your Needs ❤️.. Source Code of @Daisyxbot

Project still under heavy development Everything will be changed in the release “ Hey there ?? I'm Daisy „ AI based Advanced telegram Group Management

TeamDaisyX 43 Nov 12, 2022
Ridogram is an advanced multi-featured Telegram UserBot.

Ridogram Ridogram is an advanced multi-featured Telegram UserBot. String Session Collect String Session by running python3 stringsession.py locally or

Md. Ridwanul Islam Muntakim 134 Dec 29, 2022
Ridogram is an advanced multi-featured Telegram UserBot.

Ridogram Ridogram is an advanced multi-featured Telegram UserBot. String Session Collect String Session by running python3 stringsession.py locally or

Md. Ridwanul Islam Muntakim 102 May 26, 2022
Simple, yet effective moderator bot for telegram. With reports, logs, profanity filter and more :3

?? Samurai Telegram Bot Simple, yet effective moderator bot for telegram. With reports, logs, profanity filter and more :3 Description Personal bot, m

Abraham Tugalov 106 Dec 13, 2022
Most Simple & Powefull web3 Trade Bot (WINDOWS LINUX) Suport BSC ETH

Most Simple & Powefull Trade Bot (WINDOWS LINUX) What Are Some Pros And Cons Of Owning A Sniper Bot? While having a sniper bot is typically an advanta

GUI BOT 4 Jan 25, 2022
AirDrive lets you store unlimited files to cloud for free. Upload & download files from your personal drive at any time using its super-fast API.

AirDrive lets you store unlimited files to cloud for free. Upload & download files from your personal drive at any time using its super-fast API.

Sougata 4 Jul 12, 2022
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!

LocalStack - A fully functional local AWS cloud stack LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. Cur

LocalStack 45.3k Jan 2, 2023
An Advanced Python Playing Card Module that makes creating playing card games simple and easy!

playingcards.py An Advanced Python Playing Card Module that makes creating playing card games simple and easy! Features Easy to Understand Class Objec

Blake Potvin 5 Aug 30, 2022
Cloud-native, data onboarding architecture for the Google Cloud Public Datasets program

Public Datasets Pipelines Cloud-native, data pipeline architecture for onboarding datasets to the Google Cloud Public Datasets Program. Overview Requi

Google Cloud Platform 109 Dec 30, 2022
A CLI tool to transfer, sync, and backup playlists on music streaming services

unitunes A command-line interface tool to manage playlists across music streaming services. Introduction unitunes manages playlists across streaming s

Victor Tao 50 Jan 7, 2023
Python linting made easy. Also a casual yet honorific way to address individuals who have entered an organization prior to you.

pysen What is pysen? pysen aims to provide a unified platform to configure and run day-to-day development tools. We envision the following scenarios i

Preferred Networks, Inc. 452 Jan 5, 2023
Volt is yet another discord api wrapper for Python. It supports python 3.8 +

Volt Volt is yet another discord api wrapper for Python. It supports python 3.8 + How to install [Currently Not Supported.] pip install volt.py Speed

Minjun Kim (Lapis0875) 11 Nov 21, 2022