Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karl-chan/google-drive-torrent

Download torrents to your Google Drive fast and direct
https://github.com/karl-chan/google-drive-torrent

google-drive torrent

Last synced: about 1 month ago
JSON representation

Download torrents to your Google Drive fast and direct

Awesome Lists containing this project

README

        

# google-drive-torrent

Download torrents to your Google Drive directly

## Installation

1. Register this project as a client on the [Google API Console](http://console.developers.google.com)
2. Enable the **People API** and **Google Drive API** from the Google API Console.
3. Add `http://localhost` as an "Authorised JavaScript origin" and `http://localhost/login-callback` as an "Authorised redirect URI" in the Google API Console. Replace `localhost` with your host origin if you are running the project on a remote server.
4. Replace the fields in `data/driveCredentials.json` with your registered `clientId` and `clientSecret`.
5. If you are running the project on a remote server, set the environmental variable `DRIVE_REDIRECT_URI=[insert your host origin here]/login-callback`.
6. Run `npm start`. Enjoy!