Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 524 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 524 Bytes

google-drive-torrent

Download torrents to your Google Drive directly

Installation

  1. Register this project as a client on the Google API Console. Replace the fields in data/driveCredentials.json with your registered clientId and clientSecret.

    • 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.
  2. Run npm start. Enjoy!