add config

This commit is contained in:
yuki 2025-10-06 19:59:22 -03:00
parent 96ed93cacb
commit 2f7ae91ac0
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# config file
config.toml
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[codz] *.py[codz]

3
config-template.toml Normal file
View file

@ -0,0 +1,3 @@
token = "NerimityTokenHere"
api_key = "LastFmApiKeyHere"
api_secret = "LastFmApiSecretHere"