[
    {
        "id": "e534166098c5e32e",
        "type": "group",
        "z": "fe644d0517363d22",
        "style": {
            "stroke": "#999999",
            "stroke-opacity": "1",
            "fill": "none",
            "fill-opacity": "1",
            "label": true,
            "label-position": "nw",
            "color": "#a4a4a4"
        },
        "nodes": [
            "70a03978c09fc1fd",
            "f197bf37af2b31d7",
            "b7a18bf80652957a",
            "0edaea2e7bfb8b93",
            "e9424e3521f87144"
        ],
        "x": 314,
        "y": -1,
        "w": 712,
        "h": 142
    },
    {
        "id": "70a03978c09fc1fd",
        "type": "inject",
        "z": "fe644d0517363d22",
        "g": "e534166098c5e32e",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "3600",
        "crontab": "",
        "once": true,
        "onceDelay": "3",
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 420,
        "y": 100,
        "wires": [
            [
                "f197bf37af2b31d7"
            ]
        ]
    },
    {
        "id": "f197bf37af2b31d7",
        "type": "http request",
        "z": "fe644d0517363d22",
        "g": "e534166098c5e32e",
        "name": "",
        "method": "GET",
        "ret": "obj",
        "paytoqs": "ignore",
        "url": "https://afdian.com/api/my/dashboard",
        "tls": "",
        "persist": false,
        "proxy": "",
        "insecureHTTPParser": false,
        "authType": "",
        "senderr": false,
        "headers": [
            {
                "keyType": "other",
                "keyValue": "cookie",
                "valueType": "other",
                "valueValue": "Your cookie"
            }
        ],
        "x": 560,
        "y": 100,
        "wires": [
            [
                "b7a18bf80652957a"
            ]
        ]
    },
    {
        "id": "b7a18bf80652957a",
        "type": "function",
        "z": "fe644d0517363d22",
        "g": "e534166098c5e32e",
        "name": "parser",
        "func": "var json = msg.payload;\nvar money = json.data.summary.all_sum_amount\nmsg.payload = {\"text\": money , \"icon\": \"love\"};\nreturn msg;",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 710,
        "y": 100,
        "wires": [
            [
                "0edaea2e7bfb8b93"
            ]
        ]
    },
    {
        "id": "0edaea2e7bfb8b93",
        "type": "mqtt out",
        "z": "fe644d0517363d22",
        "g": "e534166098c5e32e",
        "name": "",
        "topic": "awtrix/custom/sponsor",
        "qos": "",
        "retain": "",
        "respTopic": "",
        "contentType": "",
        "userProps": "",
        "correl": "",
        "expiry": "",
        "broker": "346df2a95aac5785",
        "x": 900,
        "y": 100,
        "wires": []
    },
    {
        "id": "e9424e3521f87144",
        "type": "comment",
        "z": "fe644d0517363d22",
        "g": "e534166098c5e32e",
        "name": "Aifadian sponsorship revenue",
        "info": "",
        "x": 460,
        "y": 40,
        "wires": []
    },
    {
        "id": "346df2a95aac5785",
        "type": "mqtt-broker",
        "name": "",
        "broker": "localhost",
        "port": "1883",
        "clientid": "",
        "autoConnect": true,
        "usetls": false,
        "protocolVersion": "4",
        "keepalive": "60",
        "cleansession": true,
        "autoUnsubscribe": true,
        "birthTopic": "",
        "birthQos": "0",
        "birthPayload": "",
        "birthMsg": {},
        "closeTopic": "",
        "closeQos": "0",
        "closePayload": "",
        "closeMsg": {},
        "willTopic": "",
        "willQos": "0",
        "willPayload": "",
        "willMsg": {},
        "userProps": "",
        "sessionExpiry": ""
    }
]