-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
The user gets live charts and/or static png delivered to his Telegram chat
Chart list
- Price chart
- Volume chart
- Candle stick
- Personal performance ?
Possible solution
- Server side rendered images and editText/sendPhoto on Telegram
- Link to live chart page
Flow 1:
- Bot/Express server API calls the endpoint and passes a
chat_id+ params to the Image rendering service (on different Heroku?)which makes its own. - The Bot/Express will send the text and the url to the webpage
- The Image rendering service will send back the PNG to the
chat_idoreditMessage
Flow 2:
- Single API call from the main Bot/Express server and redirect of the data to the Express server and the image rendering service (on different Heroku?) with
chat_id. - The Bot/Express will send the text and the url to the webpage
- The Image rendering service will send back the PNG to the
chat_idoreditMessage
Reactions are currently unavailable

