A
A
Albert Einstein2019-08-20 19:34:46
Python
Albert Einstein, 2019-08-20 19:34:46

Vk bot in python, for large-scale application?

I have such a task, to make a bot for the institute group, I will write in python, the bot performs simple functions (show this, show this, schedule, pairs, marks, news and everything in principle) The written prototype would have already gone into business if it weren’t for one but. The group is used daily by 100 to 3000 people. The bot will stupidly not have time to answer everyone. I was offered to see some kind of katun engine (I don’t remember honestly), it performs asynchrony. But I didn't figure it out. I decided to turn to you, how to solve the problem of blocking a large number of users on the bot?
(ps I use the vk_api library, python version 3.7.3)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Yakushenko, 2019-08-20
@Leentimas

The group is used daily by 100 to 3000 people

It's not an indicator at all. Of these 100-3000, how many will actively write to the bot and with what frequency?
If your bot is designed just for a hi-response, then there will be no problems.
If you are still very worried that there may be problems, then use aiovk instead of vk_api.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question