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!
- Host: GitHub
- URL: https://github.com/revisto/revspotify
- Owner: Revisto
- Created: 2021-10-22T18:08:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T19:58:08.000Z (about 1 year ago)
- Last Synced: 2024-07-25T22:51:57.135Z (about 1 year ago)
- Topics: deezer-downloader, music, music-downloader, spotify, spotify-downloader, telegram, telegram-bot, telegram-bots
- Language: Python
- Homepage:
- Size: 84 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.

## ✨ 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!**