Initial commit

Signed-off-by: hidden service <hiddenservice@airmail.cc>
This commit is contained in:
hidden service
2023-04-09 21:16:53 -07:00
commit 530c730ab9
8 changed files with 542 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# magnet2torrent
Install dependencies with `poetry install` or `pip install -r requirements.txt`
Requires Python 3.8 or higher and libtorrent.
# Usage
This doesn't have a setup.py so you just have to run it in the project directory. You can do this
with:
`poetry run python3 -m m2t [-o outfile] MAGNET_LINK`