High quality image generation by ideogram.ai. Reverse engineered API.
Project description
SunoSongsCreator
About High quality songs generation by https://www.suno.ai/. Reverse engineered API.
How to
- Login to https://app.suno.ai/ and generate some songs.
- Use
Chrome
or other browsers to inspect the network requests (F12 -> XHR). - Clone this REPO ->
git clone https://github.com/yihong0618/SunoSongsCreator.git
- XHR find cookie in this url -> https://clerk.suno.ai/v1/client?_clerk_js_version=4.70.5
- Copy the cookie.
- Export SUNO_COOKIE='xxxxx'.
Usage
python -m suno --prompt 'a big red dream song'
or
pip install -U suno_songs
from suno import SongsGen
i = SongsGen('cookie') # Replace 'cookie'
print(i.get_limit_left())
i.save_songs("a blue cyber dream song", './output')
Thanks
- All my 爱发电 sponsors https://afdian.net/a/yihong0618?tab=sponsor
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
suno_songs-0.1.5.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file suno_songs-0.1.5.tar.gz
.
File metadata
- Download URL: suno_songs-0.1.5.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 760a8b893d2be3cb3cdbe9a6c9add3f3d84910b3f287f4c90f5d25573fdbff58 |
|
MD5 | 35e2dbc2d539dc60c69f3a8d5bc2a70e |
|
BLAKE2b-256 | d4c77823b1905987536326ba539afe69e14eb334d8267e82b9874ff3ca19295d |
Provenance
File details
Details for the file suno_songs-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: suno_songs-0.1.5-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28c3d34d435fd90895c9627e71a2761c42d192eb09820880d85ca15774bc4658 |
|
MD5 | 247ef5ebb4ee14f0fc81d01df180a632 |
|
BLAKE2b-256 | f79073dfdc6e448503a0e770caa0949aed8730accace146518c5ac588cf1fa2a |