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=
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
📝
License
GNUv2
Free Software, Hell Yeah!