A WebGUI for rTorrent.
static | ||
templates | ||
.gitignore | ||
aberrant.py | ||
buckler_aiohttp.py | ||
config.py.template | ||
events.py | ||
LICENSE | ||
README.md | ||
rtorrent_proxy.py | ||
rtorrent_xmlrpc.py | ||
rtorrent.py |
Aberrant
It's a WebGUI for rTorrent.
Requirements
Python 3.7+
Python packages: gunicorn aiohttp aiohttp_jinja2
Install
- Get on the floor
- Walk the dinosaur
Usage
gunicorn aberrant:init_app --bind localhost:5250 --worker-class aiohttp.GunicornWebWorker