https://github.com/artskydj/remote-torrent-server
get a server to download a torrent and stream it to you
https://github.com/artskydj/remote-torrent-server
Last synced: 3 months ago
JSON representation
get a server to download a torrent and stream it to you
- Host: GitHub
- URL: https://github.com/artskydj/remote-torrent-server
- Owner: ArtskydJ
- Created: 2014-12-17T00:24:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T17:11:57.000Z (about 11 years ago)
- Last Synced: 2025-09-27T13:55:30.942Z (6 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
remote-torrent-server
=====================
get a server to download a torrent and stream it to you
#install
On a server do:
```
$ npm install remote-torrent-server
```
Then create a file called auth.json in the same directory:
```json
{
"user1": "c22b5f9178342609428d6f51b2c5af4c0bde6a42",
"anotherUser": "9a76a857ad399b492ba01879d0fa2d717e4430b2"
}
```
The passwords are sha1 hashes. You can easily calculate these by searching `sha1 [whatever]` with [http://duckduckgo.com](Duck Duck Go).
#usage
Install remote-torrent-client on a computer, use it to get stuff.