Skip to content

A python script that makes creating mp3 playlists pretty damn fast!

Notifications You must be signed in to change notification settings

iodomi/AudioPipe-CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioPipe

Command-line audio downloader based on yt-dlp, that does a good job on making playlists.

Installation

Just run this command in project's folder:

python3 -m pip install -r requirements.txt

And run main.py

Configuration

First of all, go to Spotify developer dashboard

You have to be logged in or just log in using your spotify account.

Then click create app (for sure, you have to be in dashboard).

1

After creating new app click on it and go in it's settings.

2

Copy Client ID and Client secret

3

Replace these two in config.yaml, and you're ready to go!

Simple as that!