E
E
egorlisss2019-12-31 19:52:27
JavaScript
egorlisss, 2019-12-31 19:52:27

How to increase bot response time?

Vkontakte has a limit of 100 messages from the bot per hour, how can I increase the response time of the bot?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Laud, 2019-12-31
@kshshe

You can send responses not immediately after processing, but add them to the queue and send them with the maximum allowed frequency.

1
15x03243, 2019-12-31
@KenKup

sleep(seconds);
??

Z
zax2002, 2019-01-02
@zax2002

! Caution, crutch
All incoming messages are recorded somewhere, and every 36 seconds you execute the bot script for the first message from the list, deleting it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question