Saiba o próximo jogo do seu time de e-sports preferido (exemplo utilizado CSGO)

Pessoal, blz?

Criei um fluxo simples para me avisar no telegram sempre que iniciar um jogo de csgo que eu escolher.

Funciona da seguinte forma:

Você precisa passar a palavra !csgo@sua-equipe

Exemplo: !csgo@fluxo !csgo@furia !csgo@imperial

Também é possível digitar a qualquer momento: !csgo#proximojogo (para informar o próximo jogo)

image

Como funciona: as informações são pegas do site tips.gg, então com um pouco de conhecimento você consegue fazer alterações para dota, lol, ow, valorant entre outros. Basta alterar a url:

image

Ele é bem simples, quem sabe mais adiante eu vejo de informar o resultado da partida também, então quem quiser fazer alterações fique a vontade.

[{"id":"09033df4cd1cacbe","type":"tab","label":"-CS GO","disabled":false,"info":"","env":[]},{"id":"e682182750863cbc","type":"group","z":"09033df4cd1cacbe","name":"","style":{"stroke":"#ff7f7f","label":true,"color":"#ff7f7f","fill":"#ff3f3f"},"nodes":["3cd0dbf74297fb8e","cf469d8084aeb5c3","035483e2094dc3cc","5e01755280887929","54b6a89ac4ab2e95","18194f24e21848b4","956358919629cc25","ef1417500214d025","f2b9ccddfc60a21a","a2bf512859d32911","def1da938a6506af","4d0843de2290e5e4","1b1bd52e15746048","6d5a1de00b67c7b8","27099a8d29ee36bd","f0486de091e59943","313873baea231bb8","4fce7f84dbd38f5f","4cf7f5f26aa6c002","eafa30f2fed294e8","9dbee9f0b8a68831","aceedf843d91c702","1be54817eba032d9","718b6b96a1d1dd6b","d05ae15cc268e7ad","2b83cd5a362321c2","ffc231c23a02cbb1","6056d69bf154607b","70e108d28a8d9a53","ca7fcc5a754c796c","5aef5f6bb6361a35","dea1a97fa646f7ba","3e6b65c67bd2a6c6","85b4a4f2d7f98f35","c32d107124d7f29a","58894980eebd12cc","53eb2312f938ee1e","9796b3fbcfdbe710","a9d343935b51702e","5ac40e4d593f6586","437b9eea3421cbe4","149326b02cc8a73d","b25414668108ed55","a97253e61d800a5d","c4011bc11bfdc26f","41842f22e9cb6beb","359f756f5d1ecf64","b1eee9b7b4545212","db95d54773410931","90c03939531dce14","1b851142aa910c2b","21d615126a2403aa","f1cf846e6ee4e06e","420a687799bf63b9","50ba8f1a71504989","dd49017f3a57f015","f0e70ac66e4f30c7","151ef17755189338","cbb5b988f5b536b8","012bf7a73774bcfa","4705adb69c68e510","fa221a12075f8c29"],"x":14,"y":19,"w":1652,"h":742},{"id":"c32d107124d7f29a","type":"junction","z":"09033df4cd1cacbe","g":"e682182750863cbc","x":720,"y":160,"wires":[["27099a8d29ee36bd"]]},{"id":"58894980eebd12cc","type":"junction","z":"09033df4cd1cacbe","g":"e682182750863cbc","x":1200,"y":140,"wires":[["54b6a89ac4ab2e95","ef1417500214d025","b25414668108ed55","db95d54773410931","1b851142aa910c2b","dd49017f3a57f015"]]},{"id":"53eb2312f938ee1e","type":"junction","z":"09033df4cd1cacbe","g":"e682182750863cbc","x":1060,"y":340,"wires":[["9dbee9f0b8a68831"]]},{"id":"359f756f5d1ecf64","type":"junction","z":"09033df4cd1cacbe","g":"e682182750863cbc","x":680,"y":560,"wires":[["c4011bc11bfdc26f"]]},{"id":"b25414668108ed55","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Starting","property":"payload","outproperty":"payload","tag":"body > section#body.bg > div.bg > div.container > div.b23.fl-left > div.content-block.mt20.matches > div.toggle-content.matches-list > div.element.match.upcoming.visible > div.match-content > div.info > span.status.upcoming.soon","ret":"text","as":"single","x":1300,"y":240,"wires":[["b1eee9b7b4545212"]]},{"id":"3cd0dbf74297fb8e","type":"template","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"👾 Daqui a pouco tem jogo 🏆 {{flow.campeonato}} 🏆\n{{flow.time1}} x {{flow.time2}}\n🕗 {{flow.hora}}","output":"str","x":1280,"y":660,"wires":[["6d5a1de00b67c7b8","fa221a12075f8c29"]]},{"id":"cf469d8084aeb5c3","type":"function","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","func":"var csgo = msg.payload;\nvar time = csgo.substring(6, csgo.length);\nvar resultado1 = csgo.substring(6,csgo.indexOf(\"@\").length -6);\n\nif (resultado1 == \"!csgo@\")\n{\n    flow.set('time', time);\n    msg.payload = resultado1;\n}\nelse {\n    msg.payload = csgo;\n}\n\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":255,"y":120,"wires":[["a2bf512859d32911"]],"l":false},{"id":"035483e2094dc3cc","type":"function","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"convertendo url","func":"msg.url = \"https://tips.gg/team/\" + flow.get('time') +\"-csgo\"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":500,"y":120,"wires":[["5e01755280887929"]]},{"id":"5e01755280887929","type":"http request","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Site","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","authType":"basic","senderr":false,"headers":[],"x":650,"y":120,"wires":[["c32d107124d7f29a","eafa30f2fed294e8"]]},{"id":"54b6a89ac4ab2e95","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Times","property":"payload","outproperty":"payload","tag":"body > section#body.bg > div.bg > div.container > div.b23.fl-left > div.content-block.mt20.matches > div.toggle-content.matches-list > div.element.match.upcoming.visible > div.match-content > div.content > div.teams > div.team > span.name","ret":"text","as":"single","x":1290,"y":200,"wires":[["18194f24e21848b4"]]},{"id":"18194f24e21848b4","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Set flow.time","rules":[{"t":"set","p":"time1","pt":"flow","to":"payload[0]","tot":"msg"},{"t":"set","p":"time2","pt":"flow","to":"payload[1]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1510,"y":200,"wires":[[]]},{"id":"956358919629cc25","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Set flow.data","rules":[{"t":"set","p":"data","pt":"flow","to":"payload[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1510,"y":120,"wires":[["21d615126a2403aa"]]},{"id":"ef1417500214d025","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Campeoanto","property":"payload","outproperty":"payload","tag":"body > section#body.bg > div.bg > div.container > div.b23.fl-left > div.content-block.mt20.matches > div.toggle-content.matches-list > div.element.match.upcoming.visible > div.tournament > div.season","ret":"text","as":"single","x":1310,"y":80,"wires":[["f2b9ccddfc60a21a"]]},{"id":"f2b9ccddfc60a21a","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Set flow.campeonato","rules":[{"t":"set","p":"campeonato","pt":"flow","to":"payload[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1540,"y":80,"wires":[[]]},{"id":"a2bf512859d32911","type":"switch","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"!csgo@","vt":"str"},{"t":"eq","v":"!csgo#proximojogo","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":350,"y":120,"wires":[["035483e2094dc3cc"],["50ba8f1a71504989"]]},{"id":"def1da938a6506af","type":"comment","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Pega informações no site tips.gg","info":"","x":330,"y":60,"wires":[]},{"id":"4d0843de2290e5e4","type":"comment","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Verifica se está na hora ","info":"","x":480,"y":540,"wires":[]},{"id":"1b1bd52e15746048","type":"trigger","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Repete 1min ","op1":"","op2":"0","op1type":"str","op2type":"str","duration":"-1","extend":false,"overrideDelay":false,"units":"min","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":710,"y":660,"wires":[["5aef5f6bb6361a35","2b83cd5a362321c2"]]},{"id":"6d5a1de00b67c7b8","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"reset","rules":[{"t":"set","p":"reset","pt":"msg","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1090,"y":720,"wires":[["1b1bd52e15746048"]]},{"id":"27099a8d29ee36bd","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Zerar","property":"payload","outproperty":"payload","tag":"<strong>","ret":"text","as":"single","x":790,"y":160,"wires":[["f0486de091e59943"]]},{"id":"f0486de091e59943","type":"function","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","func":"var zerar = msg.payload;\n\nflow.set('hora', '');\nflow.set('data', '');\nflow.set('hrIn', '');\nflow.set('status', '');\nflow.set('start','');\nflow.set('iniciou','');\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":875,"y":160,"wires":[[]],"l":false},{"id":"313873baea231bb8","type":"template","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Sem próximos jogos agendados...","output":"str","x":1280,"y":400,"wires":[["fa221a12075f8c29"]]},{"id":"4fce7f84dbd38f5f","type":"link in","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link in 1","links":["9796b3fbcfdbe710"],"x":1005,"y":420,"wires":[["4cf7f5f26aa6c002"]]},{"id":"4cf7f5f26aa6c002","type":"switch","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"condição","property":"data","propertyType":"flow","rules":[{"t":"null"},{"t":"nempty"}],"checkall":"true","repair":false,"outputs":2,"x":1100,"y":420,"wires":[["313873baea231bb8"],["420a687799bf63b9"]]},{"id":"eafa30f2fed294e8","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Titulo página","property":"payload","outproperty":"payload","tag":"h1.page-title","ret":"text","as":"single","x":790,"y":120,"wires":[["aceedf843d91c702"]]},{"id":"9dbee9f0b8a68831","type":"template","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Time não encontrado ou digitado errado, verifique em https://tips.gg/csgo/teams/","output":"str","x":1280,"y":340,"wires":[["fa221a12075f8c29"]]},{"id":"aceedf843d91c702","type":"switch","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"= | != 404","property":"payload","propertyType":"msg","rules":[{"t":"neq","v":"404 – Page Not Found","vt":"str"},{"t":"eq","v":"404 – Page Not Found","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":940,"y":120,"wires":[["1be54817eba032d9","a9d343935b51702e"],["53eb2312f938ee1e"]]},{"id":"1be54817eba032d9","type":"function","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"convertendo url","func":"msg.url = \"https://tips.gg/team/\" + flow.get('time') +\"-csgo\"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":1115,"y":140,"wires":[["718b6b96a1d1dd6b"]],"l":false},{"id":"718b6b96a1d1dd6b","type":"http request","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Site","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","authType":"basic","senderr":false,"headers":[],"x":1165,"y":140,"wires":[["58894980eebd12cc"]],"l":false},{"id":"d05ae15cc268e7ad","type":"link in","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link in 2","links":["9796b3fbcfdbe710"],"x":385,"y":680,"wires":[["ca7fcc5a754c796c"]]},{"id":"2b83cd5a362321c2","type":"link out","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link out 2","mode":"link","links":["ffc231c23a02cbb1"],"x":815,"y":640,"wires":[]},{"id":"ffc231c23a02cbb1","type":"link in","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link in 3","links":["2b83cd5a362321c2","a97253e61d800a5d"],"x":1085,"y":180,"wires":[["1be54817eba032d9"]]},{"id":"6056d69bf154607b","type":"switch","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"flow.hora = msg.data","property":"hora","propertyType":"flow","rules":[{"t":"eq","v":"data","vt":"msg"}],"checkall":"true","repair":false,"outputs":1,"x":1100,"y":660,"wires":[["3cd0dbf74297fb8e"]]},{"id":"70e108d28a8d9a53","type":"link in","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link in 4","links":["3e6b65c67bd2a6c6","69b5847ebba034b4"],"x":1085,"y":100,"wires":[["1be54817eba032d9"]]},{"id":"ca7fcc5a754c796c","type":"switch","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"flow.hrIn ","property":"hrIn","propertyType":"flow","rules":[{"t":"eq","v":"in.","vt":"str"},{"t":"eq","v":"hr.","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":500,"y":660,"wires":[["1b1bd52e15746048","359f756f5d1ecf64"],["1b1bd52e15746048"]]},{"id":"5aef5f6bb6361a35","type":"moment","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Hora atual","topic":"","input":"data","inputType":"msg","inTz":"America/Sao_Paulo","adjAmount":"15","adjType":"minutes","adjDir":"add","format":"HH:mm","locale":"C","output":"data","outputType":"msg","outTz":"America/Sao_Paulo","x":910,"y":660,"wires":[["6056d69bf154607b"]]},{"id":"dea1a97fa646f7ba","type":"inject","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"1800","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":395,"y":640,"wires":[["ca7fcc5a754c796c","3e6b65c67bd2a6c6"]],"l":false},{"id":"3e6b65c67bd2a6c6","type":"link out","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link out 3","mode":"link","links":["70e108d28a8d9a53"],"x":395,"y":600,"wires":[]},{"id":"85b4a4f2d7f98f35","type":"link in","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"!csgo#proximojogo","links":["50ba8f1a71504989","f65174164f848ee4"],"x":1145,"y":460,"wires":[["420a687799bf63b9"]]},{"id":"9796b3fbcfdbe710","type":"link out","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link out 1","mode":"link","links":["149326b02cc8a73d","4fce7f84dbd38f5f","d05ae15cc268e7ad"],"x":965,"y":60,"wires":[]},{"id":"a9d343935b51702e","type":"delay","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","pauseType":"delay","timeout":"8","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"allowrate":false,"outputs":1,"x":915,"y":60,"wires":[["9796b3fbcfdbe710"]],"l":false},{"id":"5ac40e4d593f6586","type":"template","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"JOGO VAI COMEÇAR\n\n🏆 {{flow.campeonato}} 🏆\n\n{{flow.time1}} x {{flow.time2}}","output":"str","x":1280,"y":560,"wires":[["41842f22e9cb6beb","fa221a12075f8c29"]]},{"id":"437b9eea3421cbe4","type":"switch","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"flow.start= Starting","property":"start","propertyType":"flow","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":1110,"y":560,"wires":[["5ac40e4d593f6586"]]},{"id":"149326b02cc8a73d","type":"link in","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link in 8","links":["9796b3fbcfdbe710"],"x":965,"y":520,"wires":[["437b9eea3421cbe4"]]},{"id":"a97253e61d800a5d","type":"link out","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link out 8","mode":"link","links":["ffc231c23a02cbb1"],"x":965,"y":560,"wires":[]},{"id":"c4011bc11bfdc26f","type":"trigger","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Repete 1min ","op1":"","op2":"0","op1type":"str","op2type":"str","duration":"-1","extend":false,"overrideDelay":false,"units":"min","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":870,"y":560,"wires":[["a97253e61d800a5d","437b9eea3421cbe4","151ef17755189338"]]},{"id":"41842f22e9cb6beb","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"reset","rules":[{"t":"set","p":"reset","pt":"msg","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1090,"y":600,"wires":[["c4011bc11bfdc26f"]]},{"id":"b1eee9b7b4545212","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Set flow.start","rules":[{"t":"set","p":"start","pt":"flow","to":"payload[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1510,"y":240,"wires":[[]]},{"id":"db95d54773410931","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Hora","property":"payload","outproperty":"payload","tag":"body > section#body.bg > div.bg > div.container > div.b23.fl-left > div.content-block.mt20.matches > div.toggle-content.matches-list > div.element.match.upcoming.visible > div.match-content > div.info > span.time","ret":"text","as":"single","x":1290,"y":160,"wires":[["90c03939531dce14"]]},{"id":"90c03939531dce14","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Set flow.hora","rules":[{"t":"set","p":"hora","pt":"flow","to":"payload[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1510,"y":160,"wires":[[]]},{"id":"1b851142aa910c2b","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Data","property":"payload","outproperty":"payload","tag":"body > section#body.bg > div.bg > div.container > div.b23.fl-left > div.content-block.mt20.matches > div.toggle-content.matches-list > div.element.match.upcoming.visible > div.match-content > div.info > span.status","ret":"text","as":"single","x":1290,"y":120,"wires":[["956358919629cc25"]]},{"id":"21d615126a2403aa","type":"function","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"function 1","func":"var hrIn = msg.payload[0].substring(msg.payload[0].indexOf(\".\") - 2);\nflow.set('hrIn', hrIn);\n\nmsg.payload = hrIn;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":1625,"y":120,"wires":[[]],"l":false},{"id":"f1cf846e6ee4e06e","type":"template","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"PRÓXIMO JOGO\n\n🏆 {{flow.campeonato}} 🏆\n\n{{flow.time1}} x {{flow.time2}}\n\n🕗 {{flow.data}} às {{flow.hora}}","output":"str","x":1280,"y":460,"wires":[["fa221a12075f8c29"]]},{"id":"420a687799bf63b9","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","rules":[{"t":"change","p":"data","pt":"flow","from":"In","fromt":"str","to":"daqui ","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1195,"y":460,"wires":[["f1cf846e6ee4e06e"]],"l":false},{"id":"50ba8f1a71504989","type":"link out","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"!csgo#proximojogo","mode":"link","links":["85b4a4f2d7f98f35","ed83aa2d6240be47","0dee5cf519486d74"],"x":435,"y":160,"wires":[]},{"id":"dd49017f3a57f015","type":"html","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Time live","property":"payload","outproperty":"payload","tag":"span.time.live","ret":"text","as":"single","x":1300,"y":280,"wires":[["f0e70ac66e4f30c7"]]},{"id":"f0e70ac66e4f30c7","type":"change","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Set flow.iniciou","rules":[{"t":"set","p":"iniciou","pt":"flow","to":"payload[0]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1520,"y":280,"wires":[[]]},{"id":"151ef17755189338","type":"switch","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"inicou not empty","property":"iniciou","propertyType":"flow","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":1120,"y":520,"wires":[["cbb5b988f5b536b8","41842f22e9cb6beb"]]},{"id":"cbb5b988f5b536b8","type":"template","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"PARTIDA COMEÇOU!!!\n","output":"str","x":1280,"y":520,"wires":[["fa221a12075f8c29"]]},{"id":"012bf7a73774bcfa","type":"link in","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"link in 15","links":["5793318e78255324","da7879af26ea6ceb"],"x":205,"y":120,"wires":[["cf469d8084aeb5c3"]],"icon":"node-red-contrib-telegrambot-home/telegram.png"},{"id":"4705adb69c68e510","type":"telegrambot-command","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Telegram","bot":"","command":"!","commandType":"re","commandCase":false,"x":100,"y":120,"wires":[["cf469d8084aeb5c3"]]},{"id":"fa221a12075f8c29","type":"telegrambot-notify","z":"09033df4cd1cacbe","g":"e682182750863cbc","name":"Envia MSG","bot":"","chatId":"1353464677","message":"","parseMode":"Markdown","x":1490,"y":500,"wires":[]}]
1 curtida