项目作者: sabey

项目描述 :
Golang Transmission
高级语言: Go
项目地址: git://github.com/sabey/transmission.git
创建时间: 2015-10-15T03:03:07Z
项目社区:https://github.com/sabey/transmission

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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