Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 709 Bytes

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' ...