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
#!/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 """ |
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
[manifest] | |
version = "1.0.0" | |
dump_lua = true | |
priority = 0 | |
[[patches]] | |
[patches.pattern] | |
target = "game.lua" | |
pattern = "init_localization()" | |
position = "before" |
OlderNewer