Revisto / RevSpotify

Download music, playlist, artist's top tracks and album from spotify in your telegram!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RevSpotify

A Telegram Bot that can download music from Spotify

RevSpotify is a fast, useful telegram bot to have Spotify music on Telegram.

✨ Features ( till now )

  • Download tracks from Spotify
  • Download album from Spotify
  • Download playlist from Spotify
  • Download artist's top tracks from Spotify

⚙️ Installation

RevSpotify only and only requires Docker to run.

Install Docker and start the bot, docker takes care of other dependencies.

apt install docker-ce

Now clone the repo:

git clone https://github.com/revisto/RevSpotify
cd RevSpotify

Let's take care of .env files...

cp revspotify/.env_sample revspotify/.env

.env file contains your telegram bot token. fill it like this:

token=<TELEGRAM_ACCESS_TOKEN>

Docker

Make sure that you have done all installation steps and made .env files. then, build it and run it.

docker build -t revspotify .
docker run -d revspotify

🤝 Contributing

Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.

Show your support

Please ⭐️ this repository if this project helped you!

📝 License

GNUv2

Free Software, Hell Yeah!

About

Download music, playlist, artist's top tracks and album from spotify in your telegram!