Live data from Hacker News

Show HN: Suno.com Songs On Any Discord Server

github.com

1–2 of 2 posts

Show HN: Suno.com Songs On Any Discord Server

#1
A couple months ago I made a scraper for suno.com that can create and download songs. It worked well so I decided to build a Discord bot on top and allow my server members to make music.

The bot accepts images, short videos and text as input. You pick a genre and vibe and the bot will log into one of your Suno accounts and do its job.

Ideally you create 5-10 Suno accounts so you can parallelize song creation. Also, you'll need a Twilio account for OTP verification. I tried several other providers but none besides Twilio allowed OTPs.

There are three repos you need to deploy:

https://github.com/stefanionescu/suno-music-discord-bot https://github.com/stefanionescu/suno-music-lambda https://github.com/stefanionescu/suno-music-scraper

The bot calls Lambda which then triggers a Fargate task that does the actual song creation and download.

Hit me up if you need help with the setup! Btw, I build all kinds of consumer apps/projects and am looking for a cofounder in SF or London to team up for my next project.

Enjoy :)

Show HN: Suno.com Songs On Any Discord Server
github.com