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

https://github.com/7x11x13/scdlbot

Download SoundCloud tracks via Discord embeds
https://github.com/7x11x13/scdlbot

Last synced: about 2 months ago
JSON representation

Download SoundCloud tracks via Discord embeds

Awesome Lists containing this project

README

        

# scdlbot

Discord bot to download SoundCloud tracks as Discord embeds. Requires a running [cookie relay server](https://github.com/7x11x13/cookie-relay)

# Setup

## Example `docker-compose.yaml`

```yaml
name: scdlbot

services:
bot:
image: ghcr.io/7x11x13/scdlbot:latest
restart: always
environment:
- BOT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- COOKIE_RELAY_URL=https://cookie-relay.xxxxxxxxxx.ts.net
- COOKIE_RELAY_API_KEY=xxxxxxxxxxxxxxxxxx
- SOUNDCLOUD_USER_ID=123456789
```