文件名称:retort:用 ruby 编写的 rTorrent xmlrpc 包装器
文件大小:8KB
文件格式:ZIP
更新时间:2024-08-02 02:33:22
Ruby
蒸煮 用 ruby (1.9) 编写的 rtorrent xmlrpc 包装器。 旨在将 xmlrpc 接口与底层 ruby 对象分离。 基本用法 使用此更新您的 Gemfile 并进行捆绑安装: gem 'retort' 要获取所有种子的列表: require 'retort' Retort :: Service . configure do | config | config . url = 'https://username:password@your.server.com/path/to/rtorrent/rpc' end torrents = Retort :: Torrent . all torrent = torrents . first files = torrent . files file = files . first f
【文件预览】:
retort-master
----lib()
--------retort.rb(200B)
--------retort()
----Gemfile(90B)
----README.rdoc(1KB)
----spec()
--------rtorrent()
--------spec_helper.rb(136B)
----.rvmrc(30B)
----Rakefile(28B)
----LICENSE(1KB)
----retort.gemspec(729B)
----.rspec(8B)
----.gitignore(39B)
----autotest()
--------discover.rb(36B)