Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeffjose/tget

tget is wget for torrents
https://github.com/jeffjose/tget

cli magnet-link tget torrent

Last synced: 28 days ago
JSON representation

tget is wget for torrents

Awesome Lists containing this project

README

        



tget is wget for torrents

# tget

[tget](https://www.npmjs.com/package/t-get) is wget for torrents.

```
yarn global add t-get

# if you use npm
npm install -g t-get

# on Arch based distros you can install from the aur
yay -S nodejs-tget
```

## Usage

tget works with a magnet link or a torrent file.

```
tget 'magnet:?xt=urn:btih:0403fb4728bd788fbcb67e87d6feb241ef38c75a'
```

![tget](https://raw.github.com/jeffjose/tget/master/screenshot.png)

## Credits

`tget` is built using the excellent [torrent-stream](https://github.com/mafintosh/torrent-stream) and draws heavy inspiration from [peerflix](https://github.com/mafintosh/peerflix)

## License

MIT