I’m working on a crypto token price bot that should send real-time prices in the telegram group along with the chart, but I’m unsure how to add the chart features, or any third-party app providing API for the same. It should send the chart image to the group.
In Python I would use https://plotly.com/python/candlestick-charts/ to generate the charts from the data.
I bet there are similar libraries for node, rust or whatever platform your bot runs.
Just Google it.
Check Dia discord, and ask for their support on that. If using their feeds they surely will help you.
I would actually love to have this bot on my telegram. Please do keep us updated as to when you’ll be rolling this out!