Albatz6 / MusicPipeBot

Telegram bot to download music from Spotify or Youtube Music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Telegram bot to download music from Spotify or Youtube Music


Languages

Language:C# 94.7%Language:Dockerfile 5.3%