instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

user_followers function should be generator

Open Eikosa opened this issue 3 years ago • 2 comments

Since this function takes a long time to process, it would be much nicer if it gave the users that were pulled with yield one by one.

Eikosa avatar Apr 14 '22 20:04 Eikosa

I like yield, but I don't understand how it will help to become faster

because it can only work slowly because of requests to instagram, there is nothing more to work slowly

adw0rd avatar Apr 15 '22 06:04 adw0rd

I like yield, but I don't understand how it will help to become faster

because it can only work slowly because of requests to instagram, there is nothing more to work slowly

I wanted to say this in terms of the code I will write, if there is no generator, it has to wait, if your code was a generator, it could be actively run.

Eikosa avatar Apr 15 '22 15:04 Eikosa