nuatsbot icon indicating copy to clipboard operation
nuatsbot copied to clipboard

How Can Multiple Queries Being Sent Separately?

Open za0xs opened this issue 3 years ago • 5 comments

I'm trying to send the queries drawn from the API to telegram via a ready-made this code. However, when more than one query is received, it sends it to telegram as a single post. How can we solve this incoming multiple queries being sent separately? I added example output from this way.

image

za0xs avatar May 14 '22 18:05 za0xs

It should be pretty easy to adapt the broadcast_signals(tickers_TA_list) function to do this, since the notifications are already in a list. You can try to submit a pull request and we could integrate it at some point :)

b-fg avatar May 16 '22 11:05 b-fg

firstly thanks for your feedback. I'm a beginner for python codes. How can i integrate this way? Can you help me for codes?

za0xs avatar May 16 '22 15:05 za0xs

It is a very easy piece of code. Try to learn some Python first and then we can go through it together.

b-fg avatar May 16 '22 22:05 b-fg

Yeapp, i solve it by append methods. Thank you so much 🤝🏻 ohh wait, how can we add price ticker on outputs. I'm really search but i cant find it.

za0xs avatar May 17 '22 00:05 za0xs

Can you help me for improve this?

za0xs avatar May 24 '22 04:05 za0xs