New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

m2t

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m2t

Convert magnet links to torrent files

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

m2t

Convert magnet links to torrent files

Installation

$ npm install m2t -g

Usage

Usage: m2t [options] <magnet>

Convert magnet links to torrent files

Arguments:
  magnet                   full magnet uri or info hash only

Options:
  -V, --version            output the version number
  -o, --output <filename>  torrent file output
  -t, --timeout <timeout>  timeout in ms (default: 30000)
  -h, --help               display help for command

Examples

$ m2t -o great-content "magnet:?xt=urn:btih:EE492EE6766FE1968BDC86B7D214A428309ABC19&tr=http%3a%2f%2fbt1.archive.org%3a6969%2fannounce&ws=https%3a%2f%2farchive.org%2fdownload%2f&ws=http%3a%2f%2fia601509.us.archive.org%2f10%2fitems%2f&ws=http%3a%2f%2fia801509.us.archive.org%2f10%2fitems%2f"
#=> ✔ connecting to network
#=> ✔ finding peers
#=> ✔ getting metadata
#=> torrent saved as great-content.torrent

$ m2t 436e5f8b85a51d5545156e15cc144ba1144991ff
#=> ✔ connecting to peers
#=> ✔ getting metadata
#=> torrent saved as archlinux-2023.07.01-x86_64.iso.torrent

Build binaries

Clone this repository

$ git clone https://github.com/nadhirxz/magnet2torrent.git

Install dependencies

$ npm install
# Generate binaries for linux, mac os and windows
$ npm run package

# linux only
$ npm run package-linux

# mac os only
$ npm run package-mac

# windows only
$ npm run package-windows

License

MIT License

FAQs

Package last updated on 01 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts