Skip to content

A telegram bot to download Spotify songs from yt and saavn

License

Notifications You must be signed in to change notification settings

RaminaSH/Spotify-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an image

DEMO VERSION @Spotify_downloa_bot

IS THIS STILL MAINTAINING?

Yes ,this repository is still maintained and will be adding new feature's also

WHY AUDIO FILES ARE NOT SENDING?

Make Sure That Ffmpeg is Installed! And Check Logs For More Details Check Below Image To Add Ffmpeg If You Are Using Heroku

HOW TO ADD FFMPEG AND PYTHON IN HEROKU ?

Buildpack ffmpeg Url click here

IMG_20231217_163545 IMG PYTHON

WHY I GET 403 FORBIDDEN IN MY LOGS ?

When Your Vps/Local Server Get Blocked By YouTube Try Changing Ip Address Or Use Proxy By Filling Variable FIXIE_SOCKS_HOST Or Change Location Or Use Cookies And Add This Line "cookiefile":"path", path is defined as where is your cookie file to get cookie reffer here

NOTE

This Is Old repository of @spotify_downloa_bot so, this maybe buggy and lack of many features than our bot ,but still this will be maintained and updated some features when we do new updates

WHICH LANGUAGE AND TELEGRAM API USED IN THIS ?

This bot is created using python language and python mtproto pyrogram telegram library

DONATE ME PLEASE ❣️

Please buy me a piza by using bellow link 👇👇👇 Buy Me A Piza

RATE OUR BOT

Rate our bot FEEDBACK

ABOUT

A Simple Open Source Spotify Downloader Bot For Telegram

WHY I MADE THIS OPEN SOURCE ?

The answer simple I Don't own this repo this is edited version of @NeedMusicRobot

IS THIS SOURCE CODE IS USED FOR @Spotify_downloa_bot

NO, This bot was the insperation to build our bot ,you can see our bot is entirely different From it some of the features will be implementing to this repoiostry

EASY WAY TO DEPLOY IN LOCAL/VPS ?

First add variables in config.env

apt update && apt upgrade -y 
apt install git ffmpeg python3 python3-pip -y
git clone https://github.com/Masterolic/Spotify-Downloader.git 
cd Spotify-Downloader/
pip3 install -r requirements.txt 
python3 -m mbot 

DOCKER

  docker build . -t musicbot
  docker run musicbot  

ENVIRONMENT VARIABLES

you need to add these variable in config.env

API_ID and API_HASH get through Telegram

BOT_TOKENget through @BotFather

SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRETget through Spotify

OPTIONAL ENVIRONMENT VARIABLES

LOG_GROUPTelegram chat id of your log group to dump files

BUG Telegram chat Id to dump errors or bugs

AUTH_CHATS Telegram chat id to ristrict other chats from using your bot

genius_api Get it from https://genius.com/developers

FIXIE_SOCKS_HOST Paste Your Proxy Url If Available It Prevents Ip Block And Acces Restricted Content.If You Are Using You Can Buy From There See Below Video

video_20231217_135007_edit.mp4

CAN I CONTACT OWNER ?

IF you need any help or need to add any features or tell feedback , don't hesitate to contact me

INSTAGRAM

TELEGRAM

About

A telegram bot to download Spotify songs from yt and saavn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%