High quality songs generation by suno.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.
- You can import the cookie using
export SUNO_COOKIE='<your-suno-cookie>'
or rename.env.example
to.env
and fill inSUNO_COOKIE
.
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')
Custom mode
#you can use custom mode
from suno import SongsGen
i = SongsGen('cookie') # Replace 'cookie'
print(i.get_limit_left())
i.save_songs("大江东去,浪淘尽,千古风流人物。故垒西边,人道是、三国周郎赤壁。乱石穿空,惊涛拍岸,卷起千堆雪。江山如画,一时多少豪杰。遥想公瑾当年,小乔初嫁了,雄姿英发。", is_custom=True, title="custom", tags="轻松的R&B, BPM60, 小调, 电吉他、贝斯、键盘和轻鼓, 男性歌手")
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.3.2.tar.gz
(18.1 kB
view details)
Built Distribution
File details
Details for the file suno_songs-0.3.2.tar.gz
.
File metadata
- Download URL: suno_songs-0.3.2.tar.gz
- Upload date:
- Size: 18.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 | 59a5ab9f00cc345ddc35d6c446b0c06cce5011dc09ff42c7c7a5fc4832bd5fc9 |
|
MD5 | b1a045e23de658fc67af0468f3572ce5 |
|
BLAKE2b-256 | 928b19deb085ea8c314cbd381324dfc68113d010546def097cc55996023d8569 |
Provenance
File details
Details for the file suno_songs-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: suno_songs-0.3.2-py3-none-any.whl
- Upload date:
- Size: 18.4 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 | f585db9d18d8b1c8840389462ed46529d1222aa4eb999f74165d0a218b3188f1 |
|
MD5 | e31777d43131e4a0363099d7d82ec754 |
|
BLAKE2b-256 | 35515cacb12bf11b5a7718179f9862579aca8b0102b44c732e97a44269ad7ec4 |