Skip to content

This is a simple bot to download Spotify songs via url from youtube musics.

Notifications You must be signed in to change notification settings

vihanbroneth/TelegramSpotifyDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelegramSpotifyDownloader

What is it?

This is a simple bot to download songs from YouTube in an MP3 format by using Spotify's HTTP link.

How to run?

At first, you should add your bot TOKEN to the config file.

Then install requirements:

pip install requirements
sudo apt install ffmpeg
npm install -g spotify-dl

Then you can run program with this command:

python main.py

Authentication

For a simple authentication you can enable it in config file by setting ENABLE to true. You also should set PASSWORD which users can authentican with. Bot uses config file to save users also.

Downloader

This bot can use one of bellow spotify downloaders to download the song/album/playlist. You should select one of them in the config file.

NOTE: spotdl has released a new version(3) which has so many bugs and is unreliable. Therefore, I recommend spotify-dl.

TODO

  • Update Dockerfile
  • Add Progress Bar

About

This is a simple bot to download Spotify songs via url from youtube musics.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.0%
  • Dockerfile 6.6%
  • Shell 5.8%
  • Procfile 0.6%