Skip to content

Instantly share code, notes, and snippets.

View nielpattin's full-sized avatar
🏠
Working from home

Niel Tran nielpattin

🏠
Working from home
View GitHub Profile
@Always-Self-Hosted
Always-Self-Hosted / suno_download_by_username.py
Last active October 3, 2025 11:56
I wrote this script because beginbot is publishing absolute fire on suno right now and looking around all the current scripts/cli tools only work if you give them song ids or at best a playlist id, But i just wanted an easy way to give a username and get all the songs downloaded
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2025 Ash <[email protected]>
# This file is released under MIT license
"""This script accepts a suno username and will download all public songs found."""
from argparse import ArgumentParser, Namespace
from datetime import datetime
from enum import Enum
from json import loads
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active October 20, 2025 11:37
Conventional Commits Cheatsheet