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

Upload files downloaded by qbittorrent to google drive using rclone with service accounts.

Notifications You must be signed in to change notification settings

Abu3safeer/qbittorrent_rclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qBittorent rclone

This script helps you upload files downloaded by qBitorrent to Google Drive using Service accounts.

How to use?

image

  • folder path will be like this according to the example.
D:\Downloads\Torrent\qbittorrent_rclone
  • Now go to Options => download This check:
  • Run external program on torrent completion
  • write this in the command field:
python "%D/qbittorrent_rclone/main.py" -t "%N" -c "%F" -r "%R" -s "%D"

image

  • Put your service accounts json files in accounts folder.
  • Put Shared Drive (Team Drive) id in settings.ini.
  • Put Google Drive folder id (The folder id you want to upload your files) in settings.ini file.
  • Select what command used by rclone from move or copy or sync (Default is move).
  • Write rclone path (System PATH used by default)

You are ready to go.

About patterns

This script can scan torrent name and then create a specific directory to save in Google drive, but it is still very limited so it is disabled by default.

About

Upload files downloaded by qbittorrent to google drive using rclone with service accounts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages