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.3.tar.gz
(17.1 kB
view details)
Built Distribution
File details
Details for the file suno_songs-0.2.3.tar.gz
.
File metadata
- Download URL: suno_songs-0.2.3.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 | 99f26971a03797eb32ff878daa0403150c761fb8d325944a2be3e657f4b2a9f3 |
|
MD5 | 2fab06824f0d83b832c23007d5b98411 |
|
BLAKE2b-256 | d4f0ecf5823e37e599645460ee88ae42e301954abeeff2a3337f559625150a1b |
Provenance
File details
Details for the file suno_songs-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: suno_songs-0.2.3-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 | 70e0602530e4558092c62d294d9f0c15fdabd31dd1cbc4da4ad9f8a27e82d119 |
|
MD5 | 4684c7612f610680d9cdddefd53c2b1b |
|
BLAKE2b-256 | 94119e6d106ab2a7264dc920528bb04eeef579bac1aaa8dc4f45fe62c738a00b |