Skip to content

Instantly share code, notes, and snippets.

@oquno
oquno / lastfm2google.py
Created September 7, 2012 09:51
import Last.fm loved tracks to Google Play Music Highly rated tracks
#!/usr/bin/env python
import netrc, urllib, urllib2
from gmusicapi.api import Api
from xml.etree.ElementTree import *
lastfm__user = 'oquno'
api_key = 'your apikey'
def init():
api = Api()