An open API service indexing awesome lists of open source software.

https://github.com/revisto/revspotify

Download music, playlist, artist's top tracks and album from spotify in your telegram!
https://github.com/revisto/revspotify

deezer-downloader music music-downloader spotify spotify-downloader telegram telegram-bot telegram-bots

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# RevSpotify
## _A Telegram Bot that can download music from Spotify_

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

![](https://cdn.dribbble.com/users/460659/screenshots/4837675/media/298bfc63139e23c19a9524c2510a2504.jpg)

## ✨ Features (till now)

- Download tracks from Spotify
- Download albums from Spotify
- Download playlists from Spotify
- Download artist's top tracks from Spotify

## ⚙️ Installation

RevSpotify only and only requires [Docker](https://www.docker.com/) to run.

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

```sh
apt install docker-ce
```

Now clone the repo:
```sh
git clone https://github.com/revisto/RevSpotify
cd RevSpotify
```

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

```sh
cp revspotify/.env.example revspotify/.env
```
.env file contains your telegram bot token and spotify client id and secret.

```
TELEGRAM_BOT_TOKEN=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
```

## Docker

Make sure that you have done all installation steps and made .env files.
then, build it and run it.
```sh
docker build -t revspotify .
docker run -d revspotify
```

## 🤝 Contributing

Contributions, issues and feature requests are welcome.

Feel free to check [issues page](https://github.com/revisto/RevSpotify/issues) if you want to contribute.

## Show your support

Please ⭐️ this repository if this project helped you!

## 📝 License

GNUv2

**Free Software, Hell Yeah!**