SpEcHlDe / spotify_downloader_telegram__bot

This simple Python script allows you to download songs from Spotify by your Telegram bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-downloader 🎵

DISCLAIMER : THIS SCRIPTS IS FOR EDUCATION PURPOSES ONLY AND IS NOT INTENDED TO PROMOTE ANY ILLEGAL ACTIVITIES. THE AUTHOR WILL NOT BE HELD RESPONSIBLE FOR ANY MISUSE OF THE INFORMATION PROVIDED

This Python script lets you download mp3 with a Spotify link or song name from YouTube.

Deploy to Heroku Fast 👇

Deploy

usage👤

Make sure you have FFmpeg on the same folder as the script file if you are on Linux or Mac

Get it from FFmpeg's official site (www.ffmpeg.org)

open terminal and write this command

pip install -r requirements.txt

open @BotFather(t.me/BotFather) bot in telegram and create your new bot and add your token here in main.py and spotify.py

token = 'token bot'

now run the Script ;)

About

This simple Python script allows you to download songs from Spotify by your Telegram bot

License:MIT License


Languages

Language:Python 100.0%