-
Notifications
You must be signed in to change notification settings - Fork 3
Genius
Joel edited this page Dec 29, 2023
·
1 revision
Genius(self, client_access_token)
Field | Description |
---|---|
client_access_token |
Genius API client access token |
Function | Description |
---|---|
search_by_id(self, track_id) |
Returns a Track object with the given track ID |
search(self, query) |
Returns a list of Track objects with the given query |
search_artist(self, artist_id) |
Returns an Artist object with the given artist ID |
Created with 💖 by jjoeldaniel