Skip to content
Joel edited this page Dec 29, 2023 · 1 revision

Constructor

Genius(self, client_access_token)

Fields

Field Description
client_access_token Genius API client access token

Functions

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
Clone this wiki locally