A WebGUI for rTorrent.
Go to file
2019-09-01 16:48:45 -04:00
static convert ajax calls to websocket 2019-09-01 16:48:45 -04:00
templates convert ajax calls to websocket 2019-09-01 16:48:45 -04:00
.gitignore rewrote web app using aiohttp 2019-09-01 14:44:54 -04:00
aberrant.py convert ajax calls to websocket 2019-09-01 16:48:45 -04:00
config.py rewrote web app using aiohttp 2019-09-01 14:44:54 -04:00
events.py convert ajax calls to websocket 2019-09-01 16:48:45 -04:00
README.md rewrote web app using aiohttp 2019-09-01 14:44:54 -04:00
rtorrent_xmlrpc.py connect to rtorrent directly through scgi 2019-02-22 14:36:33 -05:00
rtorrent.py rewrote web app using aiohttp 2019-09-01 14:44:54 -04:00

Aberrant

It's a WebGUI for rTorrent.

Requirements

Python 3.7+
Python packages: gunicorn aiohttp aiohttp_jinja2

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn aberrant:app --bind localhost:5250 --worker-class aiohttp.GunicornWebWorker