Configure the webhook on request/httpx/aiohttp
Hello!
It is necessary to file the sending of messages from the telegram channel to the url hook in json format.
Optional execution on request/httpx/aiohttp
What there is:
- VPS server on Debian GNU/Linux 11 (bullseye), do everything on it
- The channel in the tg and the bot that is in it created through botfather.
TK
The bot monitors the channel and receives the signal from the channel, recognizes the pattern, and sends the transaction to the finandy webhook.
A receiving link of this format https://hook.finandy.com/QA956Z3ge9D1557Rq1UK
JSON itself
{
"name": "testhook",
"secret": "6045538ddsd2r2c5",
"side": "{{strategy.order.action}}",
"symbol": "{{ticker}}",
"open": {
"amountType": "sum",
"amount": "10"
}
}
Setup via anydesk connection
06.06.2022 11:09