This repository contains the front-end application, which consumes the BitTorrent library libdtorr.
Automatic UPnP port forwarding is supported.
Check-out and build the libdtorr library.
Check-out this repository, in the same parent directory of the library.
Create a Python venv if you wish (python -m venv env
and env/bin/activate
).
Install the Python dependencies: pip install -r requirements.txt
Run the application: python main.py
See libdtorr for limitations