LoginRequired after a few requests #1263
Unanswered
fadriqueat
asked this question in
Q&A
Replies: 3 comments
-
i have the same issue with scraping hashtag posts. i think instagram is blocking the user-agents, instagrapi is providing. but that is just a guess. i think using a proxy could solve it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, i'm using a paid vpn, which i guess is pretty similar to residential
proxies, it still gives me issues.
El sáb, 15 abr 2023 a las 14:15, idwys ***@***.***>)
escribió:
… i have the same issue with scraping hashtag posts. i think instagram is
blocking the user-agents, instagrapi is providing. but that is just a
guess. i think using a proxy could solve it
—
Reply to this email directly, view it on GitHub
<#1263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARVMHVWCYVFRPV5GH247CKDXBKGM7ANCNFSM6AAAAAAW6A4RHQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
adw0rd suggested using https://lamadava.com/ but it's behind a paywall |
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
-
Hello, im having a problem where i get the error LoginRequired after following 4 or 5 users. Ill attach my code and error. My code is at the end, i have modified code and output to hide the visible usernames, everything else is left as is. I dont think this is something that should be happening. This is an account that i have been managing manually for the last month, without any issues.
CODE OUTPUT:
Status 429: Too many requests
Ignore 429: Continue login
Enter username: a
Enter amount: 1
START: Get followers
Starting in 5 ...
Starting in 4 ...
Starting in 3 ...
Starting in 2 ...
Follow user1
Follow uer2
START: Likes
Follow user3
Follow user4
Follow user5
START: Likes
ERROR: User private
Follow user6
Follow user7
Follow user8
login_required
ERROR: login required, waiting 30 seconds...
ERROR OUTPUT:
Seguimiento de pila:
CODE:
from instagrapi import Client
from instagrapi.types import UserShort
import random
import time
import keys
import extra
def get_followers():
USERNAME = keys.USERNAME()
PASSWORD = keys.PASSWORD()
get_followers()
Beta Was this translation helpful? Give feedback.
All reactions