Skip to content

threeal/spotify-recommendations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Recommendations

This project could give user a recommendation through a playlist.

Setup

  • Install Python here.
  • Install dependencies:
    pip install -r requirements.txt
  • Create a new spotify app if you don't have one (see this
  • Create a .env file with the following content:
    SPOTIPY_CLIENT_ID=YOUR_APP_CLIENT_ID
    SPOTIPY_CLIENT_SECRET=YOUR_APP_CLIENT_SECRET
    

Usage

Get Artist by Tracks

run python get_artist_by_tracks.py --help for more details

python get_artist_by_tracks.py 'track name' 'other track name' ...

About

Give Spotify user a recommendations through playlist

Topics

Resources

Stars

Watchers

Forks

Languages