In this video, I have demonstrated how to create a simple web-hook which can send your Tradingview alerts to Telegram channel or group for zero cost.
⬜ Tools Used ▶ Telegram Messenger ▶ Replit - Cloud platform for hosting small programs ▶ Postman - To test web-hooks before going live (Optional) ▶ Cronjob - To set health-check and keep bot alive
⬜ Steps
▶ Create Telegram Bot
Find BotFather and issue command /newbot
Provide bot name
Provide bot username - which should be unique and end with _bot
Once bot is created, you will get a message with token access key in it. Store the token access key.