Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading Instagram stories and/or highlight triggers Instagram "video selfie" lockout #1835

Closed
UnforeseenOcean opened this issue Sep 10, 2021 · 3 comments

Comments

@UnforeseenOcean
Copy link

I think it's time to implement a random wait time. Instagram seems to be detecting requests that do not obey their "human threshold" for its speed and regularity.
IMG1631236207

mikf added a commit that referenced this issue Sep 14, 2021
for example '"sleep-request": [5.0, 10.0]' to wait between 5 and 10
seconds between each HTTP request
@mikf
Copy link
Owner

mikf commented Sep 14, 2021

The ability to specify a random wait time got implemented in c9e6693, and instagram now waits between 6 and 12 seconds and not just a constant 8 e9bf8d2. I hope that helps.

@afterdelight
Copy link

is this the right way to write it in config file?
"sleep-request": [6,10]

@mikf
Copy link
Owner

mikf commented Sep 27, 2022

is this the right way to write it in config file?
"sleep-request": [6,10]

It is. "6-10" would also work.

@mikf mikf closed this as completed Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants