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
- Host: GitHub
- URL: https://github.com/7x11x13/scdlbot
- Owner: 7x11x13
- Created: 2024-10-24T21:29:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T20:19:35.000Z (6 months ago)
- Last Synced: 2025-03-25T01:42:02.780Z (2 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: scdlbotservices:
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
```