Skip to content

aartoni/italian-artists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

italian-artists

List of Genius API IDs of italian artists. Artists are grouped by their main Genius genre.

Finding IDs

Simply go to the artist webpage, paste the following command in the console (right-click inspect) and press enter.

document.getElementsByTagName("meta")[20].content.match(/\d /)[0];

Beware that this doesn't work correctly for verified artists' pages. If you are in doubt you can check the ID on this page (requires a Genius account, don't share your bearer token for any reason).

Building the full artists list

Run the merge-lists.sh script.