Github Flowers
Node-RED

Github Flowers

show your Github flowers
A flow by UniqueDing

Download flow Download assets

Flow Details

show your Github flowers

modify http-request node yourname

email: uniqueding@uniqueding.xyz

[ { "id": "04bcf868c51bc62e", "type": "group", "z": "07631b920c07d557", "name": "App: Github Follower", "style": { "label": true }, "nodes": [ "2d6a941dd8aa74a2", "9255a77b16916ecd", "438fca2d053d26f6", "99f9a6bf04093458", "97c86a47f7cf4153" ], "x": 114, "y": 179, "w": 792, "h": 122 }, { "id": "2d6a941dd8aa74a2", "type": "inject", "z": "07631b920c07d557", "g": "04bcf868c51bc62e", "name": "", "props": [], "repeat": "600", "crontab": "", "once": true, "onceDelay": "1", "topic": "", "x": 210, "y": 260, "wires": [ [ "9255a77b16916ecd" ] ] }, { "id": "9255a77b16916ecd", "type": "http request", "z": "07631b920c07d557", "g": "04bcf868c51bc62e", "name": "", "method": "GET", "ret": "obj", "paytoqs": "query", "url": "https://api.github.com/users/yourusername", "tls": "", "persist": false, "proxy": "", "insecureHTTPParser": false, "authType": "", "senderr": false, "headers": [ { "keyType": "other", "keyValue": "User-Agent", "valueType": "other", "valueValue": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36" } ], "x": 380, "y": 260, "wires": [ [ "438fca2d053d26f6" ] ] }, { "id": "438fca2d053d26f6", "type": "function", "z": "07631b920c07d557", "g": "04bcf868c51bc62e", "name": "parser", "func": "const json = msg.payload;\nconst followers = json.followers;\nmsg.payload = {\n text: followers,\n icon: \"70053\",\n};\n\nreturn msg;", "outputs": 1, "timeout": "", "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 570, "y": 260, "wires": [ [ "99f9a6bf04093458" ] ] }, { "id": "99f9a6bf04093458", "type": "mqtt out", "z": "07631b920c07d557", "g": "04bcf868c51bc62e", "name": "", "topic": "awtrix/custom/github", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "mqtt_broker", "x": 780, "y": 260, "wires": [] }, { "id": "97c86a47f7cf4153", "type": "comment", "z": "07631b920c07d557", "g": "04bcf868c51bc62e", "name": "Github Follower", "info": "modify http-request node yourname", "x": 220, "y": 220, "wires": [] }, { "id": "mqtt_broker", "type": "mqtt-broker", "name": "MQTT Broker", "broker": "nas.uniqueding.xyz", "port": "1883", "clientid": "", "autoConnect": true, "usetls": false, "protocolVersion": "4", "keepalive": 15, "cleansession": true, "autoUnsubscribe": true, "birthTopic": "", "birthQos": "0", "birthPayload": "", "birthMsg": {}, "closeTopic": "", "closePayload": "", "closeMsg": {}, "willTopic": "", "willQos": "0", "willPayload": "", "willMsg": {}, "userProps": "", "sessionExpiry": "" } ]
/flows/GYpgOwZyoZE0/70053.gif
-- Flow first published on August 25, 2025, last updated on August 25, 2025 at 12:53.