-
I used this fork
```
package main
import (
"log"
"github.com/TheForgotten69/goinsta/v2"
)
func main() {
insta := goinsta.New("******", "*******")
log.Printf("logged in as %s \n"…
-
```swift
func main() {
username := os.Getenv("IG_USERNAME")
username = strings.TrimSpace(username)
password := os.Getenv("IG_PASSWORD")
password = strings.TrimSpace(password)
insta, err…
-
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
```
Sending log in re…
-
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")…
-
I tried a simple example but got an error:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x696ec8]
go…
-
**Is your feature request related to a problem? Please describe.**
Missing support for the popular social network platform [Instagram](https://www.instagram.com).
**Describe the solution you'd l…
-
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
Is it possible to do…
qwxxx updated
2 years ago
-
Well this is a headache
Not only is the versioning scheme of vX.Y.Z not present but the /v2 and the end of the package definition in go.mod for this project busts things when I try and get it vendo…
-
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() no…
-
The call to `SelfUserFollowing` only returns the top followers. It needs to be called several times with the `maxid` parameters to get all the users.