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.3.tar.gz
(16.5 kB
view hashes)
Built Distribution
suno_songs-0.1.3-py3-none-any.whl
(17.1 kB
view hashes)
Close
Hashes for suno_songs-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11d53a6b61c6f29e725b207f5004afab6bb5264d6b1d048af37775d4f998ee2c |
|
MD5 | 7b27aff2d70ebef1f0d98629ce8f9573 |
|
BLAKE2b-256 | 5c6bffeb5c3e2e6fd3760808493a4efce5308badf45cb6934b5914688ec671bf |