goinsta icon indicating copy to clipboard operation
goinsta copied to clipboard

Unofficial Instagram API written in Golang (v2022)

Results 28 goinsta issues
Sort by recently updated
recently updated
newest added

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...

help wanted

```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 ![image](https://github.com/Davincible/goinsta/assets/12513476/3b5b35f8-1257-451c-8ee2-944b5728e6da) and i want to send a post to direct message, ![image](https://github.com/Davincible/goinsta/assets/12513476/d32c8159-c4fd-45e9-b724-22c3f2ca05a0) 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...