goinsta
goinsta copied to clipboard
Unofficial Instagram API written in Golang (v2022)
Observed following error while using `VisitProfile` `2022/11/29 10:29:29 error while scraping instagram views Error while calling users/1405111356/info/, status code 500: Oops, an error occurred. (500 Internal Server Error)` Tried for...
Hello. Can anyone help me? I've run default code structure with 2FA, insta := goinsta.New("correct_login", "correct_password") err := insta.Login() if err.Error() == goinsta.Err2FARequired.Error() { code := "correct_2fa_backup_code" err2FA := insta.TwoFactorInfo.Login2FA(code)...
Hey, user.Following() seems not to be working. ` arman, err := inst.VisitProfile("someone") if err != nil { log.Fatal(err) } following := arman.User.Following() log.Println(following.Users) ` 2024/07/03 09:55:36 &{0xc0000ea288 friendships/875349/following/ false []...
Failed to process challenge automatically with: context canceled loading client with config and getting the following.
When'm using this code snippet for visiting the user profile i give this error: `profile, err := insta.VisitProfile(acc) if err != nil { log.Fatal(err) }` help me please
is there a way to set a webhook to start receiving the updates
is it possible to convert from chrome cookies to config file? because i bought the accounts with chrome cookies, and i got `rur`, `sessionId`, `datr`, `csrftoken`, `mid`. i mapped the...
looks like currently an account is required, even to get publicly available content: https://pkg.go.dev/github.com/Davincible/goinsta/v3#Instagram.GetMedia