No description
Find a file
2025-05-04 14:05:07 -04:00
.gitignore manual commit 2025-04-25 13:53:27 -04:00
go.mod manual commit 2025-04-25 13:53:27 -04:00
go.sum manual commit 2025-04-25 13:53:27 -04:00
LICENSE Initial commit 2025-04-25 12:17:07 -04:00
main.go RC1 2025-05-04 13:30:55 -04:00
makefile commit 2025-04-25 19:10:33 -04:00
README.md Fix minor mistake 2025-05-04 14:05:07 -04:00

magnet-to-torrent

A tiny CLI tool to fetch torrent metadata from a magnet link and save it as a .torrent file.

Install

# Clone and build
git clone https://codeberg.org/firebadnofire/magnet-to-torrent.git
cd magnet-to-torrent
make build
# or:
go build -o magnet-to-torrent main.go

Usage

magnet-to-torrent [options] <magnet_link>

Options

  • -o <file> Output filename (default: <torrent name>.torrent)
  • -timeout <dur> Metadata timeout (default: 5m)
  • -upload Enable seeding after fetch (off by default)

License

AGPLv3 © FireBADnoFire