Initial commit with meow and quack stuff

This commit is contained in:
csd4ni3l
2025-12-10 20:58:48 +01:00
commit a1a2020ea5
10 changed files with 1003 additions and 0 deletions

2
.slack/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
apps.dev.json
cache/

6
.slack/config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"manifest": {
"source": "remote"
},
"project_id": "38f314f7-7e67-423a-ac19-ae01470721e8"
}

5
.slack/hooks.json Normal file
View File

@@ -0,0 +1,5 @@
{
"hooks": {
"get-hooks": "python3 -m slack_cli_hooks.hooks.get_hooks"
}
}