Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karl-chan/google-drive-torrent
- Owner: karl-chan
- Created: 2017-03-19T22:49:04.000Z (almost 8 years ago)
- Default Branch: public
- Last Pushed: 2022-05-14T23:09:43.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:34:26.214Z (5 months ago)
- Topics: google-drive, torrent
- Language: Pug
- Homepage:
- Size: 4.17 MB
- Stars: 172
- Watchers: 19
- Forks: 141
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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!