PirateBayRuby

Quick CLI to search and download from the pirate bay

Installation

Add this line to your application's Gemfile:

gem 'pirate_bay_ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pirate_bay_ruby

Usage

Search:

pirate_bay_ruby.rb search "Ubuntu"

Download searched number:

pirate_bay_ruby.rb search "Ubuntu" 1

Sorts searches by descending seeder count

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request