How to avoid 401 error while following? #1911
wezabronsz
started this conversation in
General
Replies: 1 comment
-
|
Maintainer note: large reads/searches are limited by Instagram. Use the current paginated/iterator helpers where available, persist progress, deduplicate by ids, and avoid tight loops that turn a data collection task into account-risk enforcement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I use user_follow(user_id) with break of random.uniform(300, 380) for each follow however after 10-15 follows I'm getting 401 error. How I can avoid it? I think it's already decent wait times between api requests.
Beta Was this translation helpful? Give feedback.
All reactions