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.4.tar.gz
(16.6 kB
view details)
Built Distribution
File details
Details for the file suno_songs-0.1.4.tar.gz
.
File metadata
- Download URL: suno_songs-0.1.4.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb1f535edd4fd7a155b1fb73feba6f899757d42c35e548868ef72b36eec5de5f |
|
MD5 | 0b664565b791c8afdd73d7cc7edc48c0 |
|
BLAKE2b-256 | 1ddf6b947a59a9e6e2320801e3be76536c62fc17830b462c1c55fda40d8a0544 |
Provenance
File details
Details for the file suno_songs-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: suno_songs-0.1.4-py3-none-any.whl
- Upload date:
- Size: 17.1 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 | 32041bfacf35b277a4d55a99bb27341d9326202ac4b6a7f69100a0fec05967b2 |
|
MD5 | e9afa6c575ba4e71f1c4317fc68e83f1 |
|
BLAKE2b-256 | 712fcce540cb751116dbedc2b5abe9722acf56037a22d52a26436115792b8fe8 |