Make your own Aria2 Torrent Leecher-Supports Direct upload to Gsuite & TD

EDITED

Hello guys. I wanna make a simple version of this method for those who are beginner (I’m a beginner too actually), hope you guys understand it. Make sure you have a Heroku account first, if you don’t, please see the original post.

Shared Drive (formerly Team Drive) is recommended, since it supports unlimited storage and allows non-business (or non-educational) google account to use it. If you don’t have one, please use one of these:
https://td.fastio.me/
https://teamdrive.xcpx.workers.dev/
https://gdrive.zppcw.cn/
https://gd.404edu.workers.dev/
https://gd.zxd.workers.dev/

  1. Download rclone https://rclone.org/downloads/ (make sure you download the version that matches your machine)

  2. Then follow the instructions in https://telegra.ph/Rclone-Guide-for-Beginners-04-15 to make a rclone config (follow only the setting up rclone instructions, the 1st step only)

*If you wanna use your Team Drive, when it asks if you want to use a Team Drive, type “y” and select your Team Drive.

  1. Open the config file and copy the texts inside

Config location:

Windows:
[userprofile]\ .config\rclone\rclone.conf

Linux:
$HOME/.config/rclone/rclone.conf

*You can have more than one config, make sure you copy only a config, it looks like this: (it may be different with yours, the difference depends upon your configuration, if you have no idea about this kind of thing, just copy all the texts inside)

[CONFIG NAME]
type =
client_secret =
scope =
token =
team_drive =
other entries (if they exist) =

  1. Head to https://github.com/maple3142/heroku-aria2c/blob/master/README.md and press Deploy to Heroku (if the deploy button isn’t working, use this link: https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fgithub.com%2Fmaple3142%2Fheroku-aria2c&template=https%3A%2F%2Fgithub.com%2Fmaple3142%2Fheroku-aria2c )

  2. Fill the app name as you wish and set HEROKU_APP_NAME with the same name as the app name

  3. You can change ARIA2C_SECRET as you wish, make sure you don’t forget this, because it acts like a password

  4. Fill RCLONE_CONFIG with the copied config, then remove the “[CONFIG NAME]” so it will look like this:

type =
client_secret =
scope =
token =
team_drive =
other entries (if they exist) =

  1. Set RCLONE_DESTINATION to a path you want to store your downloaded files.

  2. Then deploy it!

  3. After the process succeeds, you can visit it by pressing the open app in Heroku. You can also type the url : your app name[.]herokuapp[.]com ( without )

  4. Enter the aria2 secret that you have filled (if you forgot it, you can see it, even change it, in the Heroku app setting)

That’s all guys, hope you like it :smiley:
Sorry for my bad english, if there’s any grammatical error, please forgive me

9 Likes