Simple tool to convert .torrent
to magnet URI. This tool is inspired by https://nutbread.github.io/t2m/
https://torrent-to-magnet.herokuapp.com/
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