Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wileylau/spotBot-OSS

// Download FLAC / MP3 from Spotify via Telegram Bot //
https://github.com/wileylau/spotBot-OSS

Last synced: about 2 months ago
JSON representation

// Download FLAC / MP3 from Spotify via Telegram Bot //

Awesome Lists containing this project

README

        

# spotBot #
## Telegram Bot that Download songs from Spotify using spotDL Binary ##
## DISCLAIMER: Educational purposes only. I do not promote piracy. ##

### Bot in action ###
![demo](.github/assets/demo.png)

### Features ###

- Download FLAC / MP3 songs / playlist / album from Spotify.

### Setup ###

`
bash setup.sh
`

### Use Bot ###

- Fill in bot token inside bot.py and then:

`
python bot.py
`

and see the magic.

### To-Do ###
- GitHub workflow support (it actually already works but not public yet)
- More features, e.g. song searching (wip)

### Credits and thanks ###
- [spotDL](https://github.com/spotdl) for their work
- [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI) for API used in this bot
- You