15 lines
315 B
Markdown
15 lines
315 B
Markdown
# 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`
|
|
|
|
|