Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.88 KB

README.md

File metadata and controls

77 lines (51 loc) · 2.88 KB

🐍 A Python code to Download files/folders and upload to Telegram using Google Colab.


📖 CLICK TO OPEN THE NOTEBOOK

Open In Colab


🔖 Based on

Python minimum version

💡 Features

  • Download Files or Folders From google drive Link or any Direct Link
  • Download Multiple Files or Folders with Multiple Links ( New 🔥)
  • Added Custom Name support ( New 🔥)
  • Zip Folders/Files
  • Unzip .zip Files
  • Upload files to Telegram
  • Shows operation Status with bar and percentage
  • Split support for zip files > 2000 MB
  • Leech Files from Direct Download Links !

🔥 Benifits

  • No need of VPS or RDP
  • Immersive Network speed in Google Servers
  • Run Multiple Tasks in Multiple Colab Files at same time
  • Uploading to Telegram is way safer than Google Shared Drives
  • Unlimited storage in Telegram
  • Upload Files of size upto 2000 MB

🚀 UPTO 70 MiB/s Download Speed and 27 MiB/s Upload Speed

Image 1

🦉 Problems

  • You need to be aware of Runtime Disconnections
  • Limited Disk Storage in Free Colab Account ~82 GB

🪲 Known Bugs

  • Only zip files splits correctly, other files get corrupted after splitting
  • So use ZipLeech to avoid corruption
  • Unzipleech only supports '.zip' files, thus can't extract rar, tar or 7z files till now

🚨 NOTE:

  • Torrent Links are supported, But don't use to avoid your Google account Ban ! [Google Colab Stricly Prohibits Torrents]

⚠️ You Should NOT use it as it goes against Google Colab's Policy

Resources in Colab are prioritized for interactive use cases. We prohibit actions associated with bulk compute, actions that negatively impact others, as well as actions associated with bypassing our policies. The following are disallowed from Colab runtimes:

  • file hosting, media serving, or other web service offerings not related to interactive compute with Colab
  • downloading torrents or engaging in peer-to-peer file-sharing
  • using a remote desktop or SSH
  • connecting to remote proxies
  • mining cryptocurrency
  • running denial-of-service attacks
  • password cracking

Source: Colab FAQ

Please Leave a 🌟 If this repo helped you

Pull Requests are welcome 💗