subzeroid / instagrapi-rest

RESTful API Wrapper for Instagram Private API
https://hikerapi.com/p/ygXxF38v
MIT License
499 stars 128 forks source link

feedback_required #41

Open armanvid opened 2 years ago

armanvid commented 2 years ago

i get feedback_required error how can fix it?

armanvid commented 2 years ago

when i want to like or follow ...

adw0rd commented 2 years ago

@armanvid first you need to know the text of the error in order to understand the reasons

then implement support for handling such errors as in this example https://github.com/adw0rd/instagrapi/blob/master/examples/handle_exception.py#L53

Ashish-Coder12 commented 2 years ago

Really appreciate your work brother , but .. 1) We also need FB_id of Each profile that was provided in ?__a=1 2) I am getting error that my id got banned too many times is there any precaution that can be taken to just prevent that ban from Instagram help me in that to just use that fluidly

Thanks Once again

adw0rd commented 2 years ago

@Ashish-Coder12

  1. You can add a1-route to https://github.com/adw0rd/instagrapi-rest/tree/main/routers
  2. You can use many accounts to get data from instagram, and thereby reduce the percentage of requests from your account

Or try using https://api.lamadava.com/docs to get data from instagram (including a1)