Skip to content

Instantly share code, notes, and snippets.

@jitinnair1
jitinnair1 / bulk_download_suno.py
Last active September 30, 2025 14:06 — forked from dppancake/bulk_download_suno.py
Download all suno songs using Python by profile.
# Based on : https://gist.github.com/dppancake/f9f43825209050b27900347014459fa4
# JN: added a function to get a unique filename that add a v2, v3 etc. to the title
import argparse
import os
import random
import re
import sys
import time
import requests