Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeffjose/tget
- Owner: jeffjose
- License: mit
- Created: 2016-10-16T22:12:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T02:15:07.000Z (about 4 years ago)
- Last Synced: 2024-11-11T21:35:09.775Z (about 1 month ago)
- Topics: cli, magnet-link, tget, torrent
- Language: JavaScript
- Size: 155 KB
- Stars: 622
- Watchers: 14
- Forks: 51
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - jeffjose/tget - tget is wget for torrents (JavaScript)
README
# 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