2011-07-01から1ヶ月間の記事一覧

Hello Amazon Cloud Player via Python

It plays randomly one song of all in your Amazon Cloud Player's library. You can listen to the music with a line typing. Have a lot of fun! Update 07.28.2011 changed sound library from pygame to pymedia. Requirements python (I recommend 2.…

Hello Google Music Beta via Python

It plays randomly one song of all in your Google Music Beta's library. You can listen to the music with a line typing. Have a lot of fun! Update 07.28.2011 changed sound library from pygame to pymedia. Requirements python (I recommend 2.6.…

PythonからGoogle Music Betaを叩く

まだ途中。とりあえずログインから情報を取得するまで。 PyAmazonCloudDriveみたいにライブラリ化したいけど、そこまでの馬力がない。。。 #!/usr/bin/env python import sys,re import urllib,urllib2,cookielib import xml.dom.minidom if len(sys.argv)!=…