Skip to content

superiorkid/torrent-to-magnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrent to Magnet URI

Simple tool to convert .torrent to magnet URI. This tool is inspired by https://nutbread.github.io/t2m/

Demo

https://torrent-to-magnet.herokuapp.com/

Run Locally

Clone the project

  git clone https://github.com/superiorkid/torrent-to-magnet.git

Go to the project directory

  cd torrent-to-magnet

Install dependencies

  pip install -r requirements.txt

Start the server

  flask run

Authors