deluge-ruby:Deluge RPC API的Ruby实现

时间:2024-06-03 10:27:29
【文件属性】:

文件名称:deluge-ruby:Deluge RPC API的Ruby实现

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-03 10:27:29

Ruby

Deluge Ruby客户端 这是一个用Ruby编写的客户端库,用于与Deluge守护进程进行通信。 此实现当前仅支持协议的V3(主编号为3的任何版本,例如Deluge 3.3)。 它定义了所有核心和守护程序RPC函数,并且您可以通过Deluge#call方法访问任何插件导出的函数。 用法 gem install deluge # defaults are 'localhost', '58846' d = Deluge . new '192.168.1.11' , '58800' d . login 'user' , 'pass' d . add_torrent_url 'http://some-evil-tracker.com/juicy.torrent' # example of the dynamic Deluge#call method d . call 'webui.get_c


【文件预览】:
deluge-ruby-master
----test()
--------test_helper.rb(150B)
----Gemfile(90B)
----lib()
--------deluge.rb(7KB)
--------deluge()
----README.md(699B)
----app.gemspec(583B)
----LICENSE.txt(1KB)

网友评论