Skip to content

Instantly share code, notes, and snippets.

View tangerilli's full-sized avatar

Tony Angerilli tangerilli

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tangerilli on github.
  • I am tangerilli (https://keybase.io/tangerilli) on keybase.
  • I have a public key whose fingerprint is F6C4 A74F A47C 2C1E 16CC 2103 1072 6A57 8571 D9DD

To claim this, I am signing this object:

@tangerilli
tangerilli / rdio-migrate.py
Last active December 4, 2015 01:08
Lists the albums in your Rdio collection, and tries to find the same albums in Google Music and Spotify
import time
import getpass
import requests
from gmusicapi import Mobileclient
import spotipy
key = '3qetuttqnjhwfbv2usagog6cca'
secret = '2q0buOGtQNaNih7kyorJxA'