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.2.2.tar.gz
(17.1 kB
view details)
Built Distribution
File details
Details for the file suno_songs-0.2.2.tar.gz
.
File metadata
- Download URL: suno_songs-0.2.2.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 055afffeb3b37d974d774c07b8ba09df497894fc3ff464faf7d6a7f7cbc614b1 |
|
MD5 | 6dfa3510f9289bc50336ec635157d5c4 |
|
BLAKE2b-256 | a57489afb26edca0c6da68f17bf495c9583f754ae628db81edf641502aabb977 |
Provenance
File details
Details for the file suno_songs-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: suno_songs-0.2.2-py3-none-any.whl
- Upload date:
- Size: 17.5 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 | b8f69a590136d45802e450c4dcc7b689fed99a29dba4bfbcb9bae5647d511fc7 |
|
MD5 | 9060a402535c03cca61d6d35e6c42a43 |
|
BLAKE2b-256 | 6f80a57f5a5a47b9d8194d85c053268fc8006ad386771db55ba07e03820a2139 |