devhulk / spotify-to-obs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-to-obs

Description

Takes in spotify playlist and generates a single file with all the songs in that playlist.

Run Instructions

Prereqs:

  • Need python installed.
  • Need spotdl installed in system.
  1. Clone repo and make playlists directory (required)
git clone https://github.com/devhulk/spotify-to-obs.git
cd spotify-to-obs
mkdir playlists
  1. Install requirements (required)
pip install -r requirements.txt
  1. Run with Spotify playlist link (replace link with your playlist link)
python3 spotify_to_obs.py https://open.spotify.com/playlist/0QHoWDoTGJA0iJZcsNMtYU?si=293d81bb70584f83

About


Languages

Language:Python 100.0%