#README
Humblepie downloads game install files from the Humble Indie Bundle Releases
##Overview
Humblepie is a bash script that will download Humble Indie Bundle game install files and check the md5 sums. It will work with any Indie Humble Bundle.
##Usage
humblepie -options
##Configuration
After being run, Humbblepie creates a configuration file in ~/.config/humblepie It is recommended that you edit this file. A list of Indie Humble Bundle names is in the config. Replace "foobar" with the keys to the corresponding bundle and set the download directories for files and .torrents
##Options
-b the version of the Humble Bundle you want to download. Example: -b 5 = Humble Indie Bundle V
-c check the md5 sums for your game downloads
-d set the download directory
-g set a single game to download
\n humblepie -options get usage information with Humblepie's options
-k manually set a key. It is found at the end of your Humble Bundle download link:
https://www.humblebundle.com/?key=<YOUR KEY>
-r run as root for system wide install
-s search for what you want to download
-v turns verbose mode on
##Contact
irc.freenode.net/zendeavor
irc.freenode.net/meskarune
email: [email protected]
##Copyright
Copyright (c) 2012 Josh McGee
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.