Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

default_config.json

Blame
  • default_config.json 1.91 KiB
    {
        "username": "add bots phone number",
        "LINKS": {
            "category_1": {
                "name": "link",
                "name_2": "link"
            },
            "category_2": {
                "name": "link",
                "name_2": "link"
            }
        },
        "FUN_DICT": {
            "ping": "pong",
            "marco": "Polo",
            "foo": "bar",
            "hello": "world!",
            "answer": "42",
            "echo": "echo",
    		"beep": "boop"
        },
        "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"
        },
        "DEEPLAPI": "API-Key"
    }