yihong0618 / SunoSongsCreator

About High quality songs generation by https://www.suno.ai/. Reverse engineered API.
GNU General Public License v3.0
278 stars 45 forks source link

Amazing idea #8

Open alvar036 opened 5 months ago

alvar036 commented 5 months ago

This is great! But a real good way would be if it's possible to generate random songs depending on the amount credit available. This way you can generate idea's on a daily base and later on scroll through them to see what's good and what's not.

would this be hard to do?

lizhemin15 commented 5 months ago

This is great! But a real good way would be if it's possible to generate random songs depending on the amount credit available. This way you can generate idea's on a daily base and later on scroll through them to see what's good and what's not.

would this be hard to do?

Such idea is implemented in another project, which automatically generates songs with Suno, downloads the music, and uploads it to SoundCloud. It also supports multiple account login.

However, the implementation in that project is not satisfactory. It simulates browser login, which is prone to failure. I believe it would be great if the author could combine the two approaches.

yihong0618 commented 5 months ago

this is not hard you can write some script with the repo...

alvar036 commented 5 months ago

This is great! But a real good way would be if it's possible to generate random songs depending on the amount credit available. This way you can generate idea's on a daily base and later on scroll through them to see what's good and what's not. would this be hard to do?

Such idea is implemented in another project, which automatically generates songs with Suno, downloads the music, and uploads it to SoundCloud. It also supports multiple account login.

However, the implementation in that project is not satisfactory. It simulates browser login, which is prone to failure. I believe it would be great if the author could combine the two approaches.

amazing! thank you