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.4.tar.gz
(17.1 kB
view details)
Built Distribution
File details
Details for the file suno_songs-0.2.4.tar.gz
.
File metadata
- Download URL: suno_songs-0.2.4.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 | 075785f352876a90419f691c16a64565e1852637866a869c3859636f1bf9d78e |
|
MD5 | 299b58d8ccbc409977a5c2ed9a8e0d72 |
|
BLAKE2b-256 | edeaf7de7eba2251fae14a55776e8e8e1329af9d733367500a8fae6f95bad345 |
Provenance
File details
Details for the file suno_songs-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: suno_songs-0.2.4-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 | 4eb70ce7d8ebd8308edfa7596dd77e41f8e8d54e0edab79ccdca4a8db8420ddc |
|
MD5 | 7622613fd173ad4efa7feb05de4945f9 |
|
BLAKE2b-256 | 36ef78474be83ca2881790c48933dd4259be4cf22193cc11363d7983caa9fa5a |