Created
October 30, 2024 18:34
-
-
Save PxyUp/a5d46fd0bffb0509d57161f698136fcf to your computer and use it in GitHub Desktop.
DevTo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"item": { | |
"connector_config": { | |
"response_type": "json", | |
"url": "https://dev.to/api/articles?top=1&per_page=10", | |
"server_config": { | |
"method": "GET" | |
} | |
}, | |
"model": { | |
"base_field": { | |
"type": "array", | |
"generated": { | |
"model": { | |
"model": { | |
"base_field": { | |
"type": "boolean", | |
"generated": { | |
"static": { | |
"type": "boolean", | |
"value": "true" | |
} | |
} | |
} | |
}, | |
"connector_config": { | |
"response_type": "json", | |
"url": "https://api.telegram.org/bot{{{FromEnv=BOT_TOKEN}}}/sendMessage", | |
"server_config": { | |
"headers": { | |
"Content-Type": "application/json" | |
}, | |
"method": "POST", | |
"body": "{\"chat_id\":\"{{{FromEnv=CHAT_ID}}}\", \"parse_mode\":\"MarkdownV2\", \"link_preview_options\":{\"is_disabled\":true}, \"text\":\"\\*Лучшие статьи за сегодня c Dev\\\\.to\\*\\n\\n{{{FromExp=join(map(fromJSON(fResJson), {let t=.title; string(#index + 1) + '\\\\. [' + reduce({{{FromURL=https://raw.githubusercontent.com/PxyUp/it_life_berlin_fitter/refs/heads/master/parts/escape_array.ftpl}}}, replace(#acc, #, ''), t) + '](' + .url + ')'}), '\\n')}}}{{{FromURL=https://raw.githubusercontent.com/PxyUp/it_life_berlin_fitter/refs/heads/master/parts/footer.tpl}}}\"}" | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment