Skip to content

sabey/transmission

Repository files navigation

Golang Transmission API

  • this is an implementation of transmission version 2.80
  • thread safe
  • all torrent functions require a magnet hash
  • parse GetTorrents() to find magnet and determine which torrents you want to work with
  • all torrent functions have a whitelist and blacklist function
  • check transmission_test.go for usage examples