Skip to content

alessiogandelli/feat-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feat_network

create a network with Spotify artists as nodes and featuring as tie

There are 2 classes: Artist and Track

you can start creating a set of Artist and Track from a single URI from a single artist

Given an artist let's say tedua and a depth you can build different graphs

Artist(tedua, 0) creates just Artist tedua Artist(tedua, 1) creates artist tedua and all his tracks

Artist(tedua, 2) creates artist tedua and all his tracks + all artists he made a song with Artist(tedua, 3) creates artist tedua and all his tracks + all artists he made a song with + their tracks

Basically in Artist(tedua, n) you can get n/2 level away from tedua, if n is even you do not get the tracks of the last layer

todo

  • add date first track
  • Artist di 3 si spacca :(

About

create a network with Spotify artists as nodes and featuring as tie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors