Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.45 KB

README.md

File metadata and controls

68 lines (46 loc) · 2.45 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 of Folders From google drive or any direct Link
  • 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

🦉 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
  • Another file types can be corrupted if splitted
  • So ZipLeech totally works fine
  • Unzipleech only supports '.zip' files, thus can't extract rar, tar or 7z files till now

⚠️ 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 💗