This service manages (or will eventually manage) all interactions with torrent and nzb servies, as well as manage downloads.
Default target, runs a simple test. If running locally, will load .env if it exists.
# .env
export FLAME_URL="<url to utorrent gui>"
Run an instance of the server:
- Sends nats message with flame.Response every second
- Caches response every second
- Web service responds with cached message
Run a receiver:
- Subscribes to nats message and prints flame.Response
Forked package to fix one problem with decoder
Clients for these services
A ruby gem intended to interface with the Flame service