Download torrents to your Google Drive directly
-
Register this project as a client on the Google API Console. Replace the fields in
data/driveCredentials.json
with your registeredclientId
andclientSecret
.- You may also need to set the environmental variable
DRIVE_REDIRECT_URI
to be[insert your host origin here]/login-callback
if you are running the project on a remote server.
- You may also need to set the environmental variable
-
Run
npm start
. Enjoy!