Open cbolanos79 opened 3 years ago
Hello dude, I found this error and fix with it:
package main
import (
"fmt"
"github.com/ahmdrz/goinsta/v2"
)
func main() {
insta := goinsta.New("USER", "PASSWORD")
if err := insta.Login(); err != nil {
fmt.Println(err)
}
insta.Export("~/.goinsta")
}
Thanks worked for me
I tried a simple example but got an error:
source code:
Using golang on docker Go version: