X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/42804587e9572d02fd1240665fae1d6938235513..074dff7b148e5072d0794991ad1841b3e84dcfbf:/README.md?ds=inline diff --git a/README.md b/README.md index a96e7a1..3083ea8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,27 @@ -torrage -======= +# Hash to Magnet -PHP script to generate .torrent file from info_hash -That is pulling .torrents file from http://torrage.com +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