X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/62723ce555c85720eb9db7d2c1f3fe54e683355f..HEAD:/README.md?ds=inline diff --git a/README.md b/README.md index 8e59f0b..3083ea8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,27 @@ -torrage -======= +# Hash to Magnet -PHP script to generate .torrent file from info_hash +Web tool to generate magnet URI from Torrent Hash. + +Link : https://cvmanjoo.in/magnet + +## Parameters + +* Magnet Hash (Required) +* Name of Torrent (Optional) +* Trackers (Optional) +* Webseeds (Optional) + +## Example + +| First Header | Second Header | +| ------------- | ------------- | +| Infohash | 2AA4F5A7E209E54B32803D43670971C4C8CAAA05 | +| Torrent Name | Ubuntu 24.04 Desktop (x64) | +| Trackers | https://torrent.ubuntu.com/announce | +| | https://ipv6.torrent.ubuntu.com/announce| +| Webseeds | https://releases.ubuntu.com/24.04/ubuntu-24.04-desktop-amd64.iso | + +## Resources +1. Bittorrent Protocol http://bittorrent.org/beps/bep_0053.html +2. Magnet URI scheme https://en.wikipedia.org/wiki/Magnet_URI_scheme +2. CSS Design - https://www.w3schools.com/w3css/ \ No newline at end of file