Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.4 KB

README.md

File metadata and controls

65 lines (43 loc) · 1.4 KB

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!