/txoffer

A Twisted-Python version of iroffer

Primary LanguagePython

This is the current version running on Cona among a few other bots on Rizon.

Supports outputting a packs.txt to integrate with other services. Trigger xdcc httplist returns packs.txt URL for the parser.

Installation

To install:

pip install -r requirements.txt

Other Dependancies:

pyopenssl

You may or may not need to install this. I know it comes with Ubuntu but isn't included in other distros.

To run:

twistd -y txoffer.py

To stop:

kill $(cat twistd.pid)

You need to configure txoffer.yaml first before using.

See nginx.example or apache.example for example ddl setup.