forked from gsteph/groove-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c37bcec
commit a77d700
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,31 +2,31 @@ groove-dl | |
---------------------------- | ||
A downloader to Grooveshark's awesome music library. Based off of the [wiki here](http://nettech.wikia.com/wiki/Grooveshark_Internal_API). For now, only a python version with optional GUI is available. | ||
|
||
###Syntax: | ||
### Syntax: | ||
CLI: ```groove.py 'query'``` | ||
|
||
GUI: ```groove.py``` | ||
|
||
###Dependencies: | ||
### Dependencies: | ||
* Python 2.6 | ||
|
||
For GUI: | ||
* [wxPython](http://www.wxpython.org) | ||
* [ObjectListView](http://objectlistview.sourceforge.net/python) | ||
|
||
###Windows: | ||
### Windows: | ||
I have packaged installation files for windows (using py2exe + 7z). Get them from the downloads section. | ||
|
||
###Linux: | ||
### Linux: | ||
You have to retrieve the dependencies and install them. | ||
|
||
###Building EXEs: | ||
### Building EXEs: | ||
My build script (dist.py) is included in the repository under dist/. Should run under latest Wine (with native imagehlp.dll) or Windows. Please do not change the code and distribute until you contact me. | ||
|
||
###Ports: | ||
### Ports: | ||
There's a PHP port by Check over at https://github.com/check/groove-php | ||
|
||
###Disclaimer: | ||
### Disclaimer: | ||
I'm not responsible for any violations this script does to Grooveshark's TOS. It's more of a proof of concept. | ||
|
||
Python script by George Stephanos <[email protected]> |