Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 799 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 799 Bytes

spotify-automated

🎵automatically adding songs from a youtube playlist to your liked songs in spotify

how it was made

Using python, the spotify api and the youtube data api.

how to run it

  1. must get auth token from the spotify api
  2. get credentials and download client_secret.json file from the youtube api (make sure to select desktop app)
  3. git clone this repository
  4. pip3 install -r requirements.txt
  5. python3 run.py and follow the link to get authorized by youtube
  6. you will be prompted to select a playlist from youtube and from there it will grab the songs and transfer them to spotify!

timeline

June 10th - June 11th