musixmatch-master/musixmatch.py File Reference

Go to the source code of this file.

Namespaces

 musixmatch
 

Functions

def musixmatch.url_call (url)
 
def musixmatch.download_file (file_url, file_name)
 
def musixmatch.get_trackid_from_text_search (title, artistname='')
 
def musixmatch.get_preview_from_trackid (trackid)
 

Variables

string musixmatch.newapikey = '82be3ea3f79ea404d45f47607c103eff'
 
 musixmatch.song_wakeMeUp = musixmatch.ws.track.search(q_lyrics = 'wake me up',f_lyrics_language='en',s_track_rating='desc',format ='json',apikey=newapikey)
 
string musixmatch.DIGITAL7_API_KEY = '7dbpa63h3y3d'
 
 musixmatch.tracktitle
 
 musixmatch.trackid
 
 musixmatch.audio_url = get_preview_from_trackid(trackid)
 
string musixmatch.file_name = tracktitle+u'.mp3'
 
string musixmatch.path_name = './'
 
 musixmatch.mp3 = download_file(audio_url, path_name)