From 2f7ae91ac0b71047c85d2e19de2559e1aafb1bad Mon Sep 17 00:00:00 2001 From: yuki Date: Mon, 6 Oct 2025 19:59:22 -0300 Subject: [PATCH] add config --- .gitignore | 3 +++ config-template.toml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 config-template.toml diff --git a/.gitignore b/.gitignore index e15106e..345a1fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# config file +config.toml + # Byte-compiled / optimized / DLL files __pycache__/ *.py[codz] diff --git a/config-template.toml b/config-template.toml new file mode 100644 index 0000000..83a0744 --- /dev/null +++ b/config-template.toml @@ -0,0 +1,3 @@ +token = "NerimityTokenHere" +api_key = "LastFmApiKeyHere" +api_secret = "LastFmApiSecretHere"