goinsta
goinsta copied to clipboard
Unofficial Instagram API written in Golang (v2022)
Hi. Thank you for your work. I have a strange problem with login process. I can't understand what i am do wrong. Instagram always asking me a security code, that...
Dear @Davincible, I tried to run the code ``` insta, err = goinsta.Import(filePath, true) // OK insta.SetProxy("some proxy", false, true) insta.VisitProfile("some-profile") ``` **stdout** ``` Request Status Code 400: fail, checkpoint_required...
Hello, thanks you for maintaining this repo! Today I tried to upload a photo, but I got the following error in response: 400:Uploaded image isn't in an allowed aspect ratio...
```swift func main() { username := os.Getenv("IG_USERNAME") username = strings.TrimSpace(username) password := os.Getenv("IG_PASSWORD") password = strings.TrimSpace(password) insta, err := goinsta.Import("goinsta-" + username) if err != nil { if username ==...
hi i need to save post, i did not found any method for this  and i want to send a post to direct message,  please help me
How to send pictures private messages?Willing to pay to develop this feature !
Hey, i went thought the whole code and there is no way for applying stickers into stories. Adding it will probably cause a change in the current API of posting...
Too many requests, sleeping for %d seconds 1m0s New output: Too many requests, sleeping for 8m0s Waiting time increased because Instagram usually. requires longer breaks.
Unfollow user: Request Status Code 400: fail, feedback_required ```go profile, err := insta.VisitProfile("username") if err := profile.User.Unfollow(); err != nil { //is true } ``` **Edit:** I found out that...