https://github.com/webtor-io/magnet2torrent
Magnet-uri to torrent converter as GRPC-service
https://github.com/webtor-io/magnet2torrent
grpc magnet magnet-link torrent
Last synced: 3 months ago
JSON representation
Magnet-uri to torrent converter as GRPC-service
- Host: GitHub
- URL: https://github.com/webtor-io/magnet2torrent
- Owner: webtor-io
- License: mit
- Created: 2019-12-08T19:13:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T16:41:27.000Z (8 months ago)
- Last Synced: 2025-03-21T17:35:27.203Z (8 months ago)
- Topics: grpc, magnet, magnet-link, torrent
- Language: Go
- Homepage: https://webtor.io
- Size: 6.32 MB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# magnet2torrent
Magnet-uri to torrent converter as GRPC-service.
Here is two parts: server and client.
## Server usage
```
% ./server help
NAME:
magnet2torrent - runs magnet2torrent server
USAGE:
server [global options] command [command options] [arguments...]
VERSION:
0.0.1
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--host value, -H value listening host [$LISTEN_HOST]
--port value, -P value listening port (default: 50051) [$LISTEN_PORT]
--help, -h show help
--version, -v print the version
```
## Client usage
It is connecting to local server instance localhost:50051.
It was made for testing purpose only.
```
% ./client magnet-uri
```