This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0.18.0", | |
"url": "https://github.com/M2Team/NanaRun/releases/download/1.0.18.0/NanaRun_1.0_Preview2_1.0.18.0.zip", | |
"extract_dir": "x64", | |
"bin": [ [ "MinSudo.exe", "minsudo" ] ] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
banner() { | |
echo "sunosh - a suno custom cli with gpt integration for fast song generation" | |
echo "by Colin J.Brigato <[email protected]>" | |
echo '-' | |
} | |
## CONF | |
#set it from https://clerk.suno.com/v1/client?_clerk_js_version=4.73.2 request in developer tools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# usage: | |
# | |
# $~ echo "whatever" | hastebin.sh | |
# paste url: https://hastebin.skyra.pw/raw/$key | |
# | |
key=$(curl -s 'https://hastebin.skyra.pw/documents' -H 'accept: application/json' -H 'content-type: text/plain' --data-binary @- | jq -r '.key') | |
echo "paste url: https://hastebin.skyra.pw/raw/$key" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/binary" | |
"errors" | |
"flag" | |
"fmt" | |
"io" | |
"log" | |
"net" |
OlderNewer