]> 472bisson.ca Git - magnet.git/blobdiff - README.md
Small Changes
[magnet.git] / README.md
index a96e7a10227f74be76e3e5d47b20c22fd8b9cc1f..3083ea844696a6585789f9576c540eca9f0e51d3 100644 (file)
--- 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