Soebb / spotify_downloader_telegram__bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-downloader

This simple Python Script allows you to download songs or albums from spotify

Deploy to Heroku

Deploy

Deploy locally

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)

Clone the repository:

git clone https://github.com/samadii/spotify_downloader_telegram__bot.git

Install requirements

pip3 install -r requirements.txt

Add token here in spotify.py and main.py

token = 'token bot'

Run the bot

python3 main.py

About

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

License:MIT License


Languages

Language:Python 94.8%Language:Dockerfile 5.2%