Add GatekeeperV2 Bot (#163)

* Add GatekeeperV2 Bot (draft)

This is a dedicated generic config to host the WIP bot created by k8thekat here:
https://github.com/k8thekat/GatekeeperV2

* Update settings and startup arg

* Update for release

* Update manifest.json

* Update gatekeeperv2.kvp

* Update manifest.json

* Update gatekeeperv2.kvp

* Fixing Suggestions
This commit is contained in:
IceOfWraith
2022-08-05 23:32:35 -05:00
committed by GitHub
parent 2639b50ddb
commit ccbaac7f73
3 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[
{
"ConfigFile": "GatekeeperV2-main/tokens.py",
"AutoMap": false,
"ConfigType": "kvp",
"ConfigFormat": "{0} = '{1}'",
"Subsections": [
{
"Heading": "$root",
"SettingMappings": {
"token": "token",
"AMPUser": "AMPUser",
"AMPPassword": "AMPPassword",
"AMPAuth": "AMPAuth",
"AMPurl": "AMPurl"
}
}
]
}
]