Skip to content
Snippets Groups Projects
Select Git revision
  • 6279771d9546e9b3b400d8bd2e66846d1c0c827c
  • main default protected
2 results

default_config.json

Blame
  • default_config.json 2.04 KiB
    {
        "username": "add bots phone number",
        "LINKS": {
            "category_1": {
                "name": "link",
                "name_2": "link"
            },
            "category_2": {
                "name": "link",
                "name_2": "link"
            }
        },
        "GROUPS": [
            {
                "group_1": "Groupname: doesn't nedd to match the real groupname",
                "ID": [
                    "replace this string with the group_id_array"
                ],
                "COMMANDS": ["echo", "help", "credits", "remusfeinste", "trueamerican", "links", "yesno", "yn", "dadjoke", "genderneutral", "gn", "freegames", "savequote",
                             "addquote", "createquote", "randomquote", "saveevent", "addevent", "createevent", "nextevent", "allevents", "savebirthday",
                             "addbirthday", "createbirthday", "nextbirthday", "allbirthdays", "tex", "sips", "schlücke", "challenge", "roll", "request", "deepl"],
                "LINKS": {
                    "category_1": {
                        "name": "link",
                        "name_2": "link"
                    },
                    "category_2": {
                        "name": "link",
                        "name_2": "link"
                    }
                },
                "QUOTESDIR": "/path/to/group_1.csv",
                "BIRTHDAYDIR": "/path/to/group_1.csv",
                "EVENTDIR": "/path/to/group_1.csv"
            }
        ],
        "Admins": {
            "bot_admin_1": "phone_number",
            "bot_admin_2": "phone_number"
        },
        "MQTT": {
            "mqtt.local": {
                "MQTT_USER": "",
                "MQTT_PWD": "",
                "MQTT_IP": "",
                "MQTT_PORT": 1883,
                "MQTT_TIMEOUT": 60
            }
        },
        "FREE_GAMES_SUBSCRIBER": {
            "group_name": "replace this string with the group_id_array",
            "person_name": "phone_number"
        },
        "Spotify": {
            "spotify_client_id": "replace this string with the spotify_client_id",
            "client_secret": "replace this string with the client_secret",
            "redirect_uri": "replace this string with the redirect_uri"
        },
        "DEEPLAPI": "API-Key"
    }