Skip to content

Instantly share code, notes, and snippets.

View marianolatorre's full-sized avatar

Mariano Latorre marianolatorre

View GitHub Profile
@jrnewell
jrnewell / track_names.py
Created July 2, 2015 15:44
Get Track and Artist names from a list of Spotify URIs
#!/usr/bin/env python
# coding=utf-8
import os
import sys
import requests
import time
def get_track_json(track_id):
url = 'https://api.spotify.com/v1/tracks/' + track_id