https://github.com/nzoschke/shadowlink
Shadow Link is a bot that creates a collaborative playlist of music and video links shared in your Discord server.
https://github.com/nzoschke/shadowlink
discord rss soundcloud spotify supabase svelte youtube
Last synced: 3 months ago
JSON representation
Shadow Link is a bot that creates a collaborative playlist of music and video links shared in your Discord server.
- Host: GitHub
- URL: https://github.com/nzoschke/shadowlink
- Owner: nzoschke
- License: mit
- Created: 2024-12-06T14:11:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T19:35:31.000Z (over 1 year ago)
- Last Synced: 2025-06-27T18:12:00.264Z (about 1 year ago)
- Topics: discord, rss, soundcloud, spotify, supabase, svelte, youtube
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shadow Link
Shadow Link is a bot that creates a collaborative playlist of music and video links shared in your Discord server.
- Add Shadow Link to your Discord server
- Paste a YouTube link in a channel
- See 🔗 reaction from Shadow Link if it saved the link
- Add ❌ reaction to delete the like
PRIVACY WARNING: Shadow Link listens to all messages in your server and exfiltrates some content. Be careful.
## Roadmap
- [x] Extract and save links from messages to database
- [x] Extract opengraph metadata from web pages
- [x] Delete links by reaction
- [ ] Send all bot activity to a mod channel
- [ ] Generate public feeds
- [ ] RSS feed
- [ ] Spotify playlist
- [x] Web page
- [ ] YouTube playlist
## Deploy
```bash
flyctl apps create shadowlink
make deploy
```