T
T
takoypop2017-04-01 06:18:55
In contact with
takoypop, 2017-04-01 06:18:55

How to create your own bot for vk "FAQ"?

How to create a program - a bot for VK (dialogue with the community) so that the bot can answer the FAQ, but the bottom line is that the audience of the community is 7.8k people. What you need to create a bot and make it respond to a large number of people at the same time. Servers ... As you probably understood ... I'm a complete dummy in this)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Sokolov, 2017-04-01
@sergiks

Optimization only:

  1. minimize the number of VK API calls. For Reply 1, the user needs to a) mark the incoming message as read and b) send a reply. That's 2 API calls. Up to 25 API calls can be packed into a single execute() - this will answer 12 users for 1 execute() call and with a limit of 3 calls per second - 36 users per second.
    With such an organization, one weak server will be enough for you and you can approach the theoretical limit of 36 messages per second.

M
MrGaunt, 2017-04-21
@MrGaunt

There is a ready-made bot constructor - robochat.io .
Mass mailing, filters, responses to commands. Everything you need in general :)

V
Vitaly, 2017-04-01
@vshvydky

Well, I think you need 10 servers. So that each bot has and monitors chats)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question