Categorygithub.com/dashotv/flame
modulepackage
0.10.6
Repository: https://github.com/dashotv/flame.git
Documentation: pkg.go.dev

# 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

# Packages

Code generated by github.com/dashotv/golem.
Copyright © 2019 Shawn Catanzarite <[email protected]> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
No description provided by the author
Package qbt provides primitives to interact with the openapi HTTP API.