Skip to content

wereHamster/crankshaft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crankshaft

Ruby bindings for the Transmission BitTorrent client.

Example

session = Crankshaft::Session.new('http://localhost:9091/transmission/rpc')
session.torrents do |torrent|
  p torrent['name']
  torrent.verify
end

License

Copyright (c) 2010 by Tomas "wereHamster" Carnecky (tomas.carnecky@gmail.com)

About

Ruby bindings for the Transmission BitTorrent client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages