Skip to content

Commit

Permalink
holup
Browse files Browse the repository at this point in the history
  • Loading branch information
mtj8 committed Jun 5, 2024
1 parent b46bcbc commit 73a7743
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/nichify.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def niche_finder(sp, artist, artist_list, min_follower_threshold):



def artist_dossier(artist_dict):
print(f'Your niche artist is {artist_dict['name']} with {artist_dict['followers']['total']} followers.')
print(artist_dict['external_urls']['spotify'])
print(f'Genres (if any): {artist_dict['genres']}')
# def artist_dossier(artist_dict):
# print(f'Your niche artist is {artist_dict['name']} with {artist_dict['followers']['total']} followers.')
# print(artist_dict['external_urls']['spotify'])
# print(f'Genres (if any): {artist_dict['genres']}')

# test: yeat - returns Kanni with 41 followers
# print(nichify('3qiHUAX7zY4Qnjx8TNUzVx'))
Expand Down

0 comments on commit 73a7743

Please sign in to comment.