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