Aifadian Sponsorship
Node-RED

Aifadian Sponsorship

Show the total sponsorship revenue of the "Aifadian" platform
A flow by ChenMo

Download flow Download assets

Flow Details

Log in to afdian.com and then open https://afdian.com/api/my/dashboard Copy the cookie value of the request header and fill it in the cookie value of the HTTP request node request header.

The data is updated every 60 minutes by default, and can be modified as needed. It is not recommended to update it too frequently.

中文版: 在 afdian.com 进行登录,之后打开 https://afdian.com/api/my/dashboard 复制请求头的cookie值,将其填写于 http request 节点请求头的cookie的值。 默认60分钟更新一次数据,可根据需要自行修改,不建议频次太高。

[ { "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": "" } ]
/flows/R0ZVAjYj5rGl/love.gif
-- Flow first published on September 1, 2024, last updated on September 1, 2024 at 13:35.