Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wileylau/spotBot-OSS
// Download FLAC / MP3 from Spotify via Telegram Bot //
https://github.com/wileylau/spotBot-OSS
Last synced: 3 months ago
JSON representation
// Download FLAC / MP3 from Spotify via Telegram Bot //
- Host: GitHub
- URL: https://github.com/wileylau/spotBot-OSS
- Owner: wileylau
- Created: 2022-01-09T06:30:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T06:16:48.000Z (almost 3 years ago)
- Last Synced: 2024-06-27T10:34:56.548Z (5 months ago)
- Language: Python
- Size: 2.83 MB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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