Skip to content

Commit

Permalink
updated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 committed Feb 8, 2012
1 parent 5d3dcd4 commit 2db869d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions py/README.md
@@ -1,3 +1,22 @@
## Usage

Once you have the dependencies installed, using it should be fairly intuitive.

```
Usage: upload.py [options] filename
Options:
-h, --help show this help message and exit
-v, --verbose verbose
-r, --relogin force relogin
-f AUTHFILE, --authfile=AUTHFILE
authentication credentials file
```

The authfile contains the cookie information needed to login to a Google Music session. The contents are not encrypted, and it is percievable for someone to use the contents to log in as you on Google. However, it does not contain the user's password or username. It should be possible to login without storing user information on disk with `-f /dev/null`, but this has not been tested.

The relogin option disregards the contents of the authfile, prompts the user for credentials, gets an access token and saves it to the authfile.

## Dependencies

I'm not sure exactly which ones are part of the standard library, but the ones that seem less standard have been moved to the top of the list for your sake. It has been tested with Python 2.7, but 2.6 should probably work as well.
Expand Down

0 comments on commit 2db869d

Please sign in to comment.