Path: blob/main/torrent_downloader.ipynb
2770 views
Kernel: Python 3
Torrents To Google Drive Downloader
Python app to save content from torrent directly to google drive.
Step 1: Mount Google Drive
To stream files we need to get access to write on that drive.
In [ ]:
Mounted at /content/drive
Step 2: Install libtorrent library
Libtorrent is a feature complete C++ bittorrent implementation focusing on efficiency and scalability. https://www.libtorrent.org/
In [ ]:
Step 3: Paste the Magnet Link in the input box
Variable link stores the link string.
In [ ]:
Step 4: Download torrent
In [ ]: