Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import sys
import spotipy.util
import iterfzf
def get_api_dict(user, client_id, client_secret):
""" Create the api dict for use by spotify auth """
@surskitt
surskitt / lovely.toml
Last active February 15, 2025 06:18
Lovely version of the balatro-gay mod
[manifest]
version = "1.0.0"
dump_lua = true
priority = 0
[[patches]]
[patches.pattern]
target = "game.lua"
pattern = "init_localization()"
position = "before"