Skip to content

Telegram bot to download music from Spotify or Youtube Music

Notifications You must be signed in to change notification settings

Albatz6/MusicPipeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MusicPipeBot

Telegram bot to download music from Spotify or Youtube Music. Currently supports only track downloading. Uses SpotDL for searching and downloading.

How to run

Just add config.json (or config-testing.json for debugging) in project's folder containing the following structure:

{
  "TelegramBotCredentials": {
    "Token": "here's your tg token"
  }
}

Docker Compose is available, so you can simply run docker-compose up.

How to debug

In case you want to debug locally, there should be SpotDL and ffmpeg installed. You can find the installation guide here or in SpotDL's readme.

Releases

No releases published

Packages

No packages published