L
L
lukepker2020-07-07 20:59:20
Python
lukepker, 2020-07-07 20:59:20

How to bypass the limit on the number of requests of the same type in api VK?

Hello!
I am writing a program that checks if the number is registered in VK.
I use auth.checkPhone for this in the VK API.
The problem is that the program crashes rather quickly, because there are too many requests of the same type.
It will not work to reduce the speed, the customer wants the ability to check more than a million numbers per day.
Tried to use execute, does not help.
Tell me what to do with it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Link, 2020-07-07
@DmitryLink

Restrictions were not invented to be circumvented. In VK, the limit is about 20 requests per second, the exact number is not specified. Calculate how many requests you need per second, that there are a million of them per day, divide by 20 and make as many accounts so that the tokens are independent. Do not forget to spice up the proxy, perhaps even the captcha will interfere.

H
HemulGM, 2020-07-08
@HemulGM

You can make a dozen or a hundred VK tokens and alternate them or simply distribute the load.

P
Puma Thailand, 2020-07-08
@opium

stick 1000 proxies and everything is ok

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question