README.txt
author Fabien Ninoles <fabien@tzone.org>
Thu, 28 Aug 2014 07:31:43 -0400
changeset 14 f7112a0f9df7
parent 9 e3a2bb2bae8d
permissions -rw-r--r--
Add pausing in case of errors.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     1
Update Humble Indie Bundle
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     2
--------------------------
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     3
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     4
The goal of this script is to parse your Humble Bundle library page
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     5
and retrieve the interesting files. It is right now in its early
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     6
stage of development but do its job right although it could have
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     7
been cleaner.
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     8
9
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
     9
Right now, for using it, I simply save my library page on disk and
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    10
pass it as the first argument of the script.  The script will then
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    11
collect all the interesting on the page, select in preference FLAC and
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    12
x64/deb packages for linux and download the torrent file for them in
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    13
the current directory.  There is right now no way to modify the
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    14
behavior of the script except by editing it directly, but it is simple
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    15
enough to be doable relatively easily.
3
478647351440 Add README.txt
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    16
9
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    17
The only dependency required for the script is Python 3.x and bs4, and
e3a2bb2bae8d Add bs4 support, removing the need for tidy up the page first.
Fabien Ninoles <fabien@tzone.org>
parents: 3
diff changeset
    18
it should work on Mac and Windows with no problem at all.