goinsta
goinsta copied to clipboard
Unofficial Instagram API written in Golang (v2022)
Can't login with valid accounts using the example in the README. I get an error saying : ``` logging in 2023/05/16 09:46:00 insta.Login: Request Status Code 400: fail, The username...
`client.Searchbar.SearchLocation(name)` causes an error `Error while calling fbsearch/places/, status code 500: Oops, an error occurred.`. Something was changed in FB API?
my code to get post from hashtag but it return zero result: package main import ( "fmt" "github.com/Davincible/goinsta/v3" ) func main() { insta, err := goinsta.Import("./goinsta") if err != nil...
Hi! May I request feature for Archiving and Insights?
I was using https://github.com/tducasse/go-instabot . It still uses that old github.com/ahmdrz/goinsta/v2 library , so i replaced it with yours. But now it gives me this error: parseOptions() not defined, getConfig()...
[Paid service]: I am willing to pay for anyone who can provide an instagram registration agreement.
I need to be able to complete the registration and skip the registration agreement of risk control to a certain extent
Hey, thanks for maintaining this project! I was trying to figure it out login process using this library. I correctly implemented the login logic: when I run my function, a...
Hi @Davincible ! I faced with issues after update to 3.1.5 and 3.1.6 from v3.1.3 when OpenApp called after login. Panic when trying to OpenApp after login on two accounts...
I've noticed this error sometimes even when running my application using a single account and looking up a single profile but this error typically occurs during the `insta.Login()` process of...
Very strange that this value is always returning zero , even when fetching and logging `insta.account` the instagram object for the account doesn't reflect the changes in terms of my...