A WebGUI for rTorrent.
Go to file
2019-09-28 14:49:05 -04:00
static tracker stats table periodically 2019-09-12 21:05:25 -04:00
templates tracker stats table periodically 2019-09-12 21:05:25 -04:00
.gitignore hide aberrant behind buckler 2019-09-28 04:05:45 -04:00
aberrant.py hide aberrant behind buckler 2019-09-28 04:05:45 -04:00
buckler_aiohttp.py hide aberrant behind buckler 2019-09-28 04:05:45 -04:00
config.py.template hide aberrant behind buckler 2019-09-28 04:05:45 -04:00
events.py tracker stats table periodically 2019-09-12 21:05:25 -04:00
LICENSE add license 2019-09-28 14:49:05 -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 decrease update interval 2019-09-12 09:49:10 -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