bayuploader
by Britt Crawford
http://www.illtemper.org

== DESCRIPTION:

* BayUploader is a simple command line uploader for http://bayimg.com the Pirate Bay's image hosting site.
It allows you to upload and tag images and specify the removal code.
* This gem makes use of the Multipart module taken from: http://deftcode.com/code/flickr_upload/multipartpost.rb Thanks to Bill Stillwell and Keith (?) [email protected] for making this code available.

== FEATURES/PROBLEMS:

* No known issues at this time.

== SYNOPSIS:

* Using BayUploader is very simple. The easiest way is just to type: bayuploader your_file.jpg
This will upload the with no tags. The removal code will be set to a default value.
* To tag a file you are uploading just add the -t or --tags option and a comma separated list of tags: bayuploader your_file.jpg -t yourtag,yourothertag
* Finally to specify a removal code use the -c or --code option: bayuploader your_file.jpg -t yourfirsttag,yoursecondtag -c your_removal_code

== REQUIREMENTS:

* ruby 1.8.5+

== INSTALL:

* sudo gem install bayuploader

== LICENSE:

Copyright (c) 2007 Britt Crawford

Creative Commons Attribution-ShareAlike 3.0

<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" />
</a>
<br />This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>.

You are free:
* to Share — to copy, distribute and transmit the work
* to Remix — to adapt the work

Under the following conditions:
* Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
* Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license.
* For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page: http://creativecommons.org/licenses/by-sa/3.0/
* Any of the above conditions can be waived if you get permission from the copyright holder.
* Nothing in this license impairs or restricts the author's moral rights

Summary of licensing conditions:
http://creativecommons.org/licenses/by-sa/3.0/

Complete text of the license:
http://creativecommons.org/licenses/by-sa/3.0/legalcode