-
I am attempting to download this package into a project that is a go module outside of GOPATH and I keep getting the following error,
```
Fetching https://gopkg.in/ahmdrz/goinsta.v2?go-get=1
Pars…
-
Can you guys add a featture that will automatically downloads spesific persons upload the moment its posted?
-
I want to get list of follow request list, approve them then follow back.
Whats the method names? Or methods are support what i want? Thanks.
-
https://github.com/ahmdrz/goinsta/blob/aa250bb4ac58404c96a82f1590ae46eb89c42229/media.go#L704
isPost should be false
-
I am using version 2.3 and I see that with this code
```
item.Comments.Sync()
logger.Printf("post[%d]: id=%s comments=%d\n", postsCur, item.ID, item.CommentCount)
for item.Comments.Next() {
…
-
hi, i'm new in go (and goinsta), can i upload media (with caption) with goinsta ?, thank you
-
can i`m use proxy with go-instabot?
If yes, how i can do that?
-
Seems to be an issue with a dependent package but I'm not sure how to fix this.
Package https://github.com/ahmdrz/goinsta
go get github.com/jaxxstorm/like-my-friend
# github.com/jaxxstorm/like-…
-
Looks vgo doesn't like importing the gopkg.in version here
https://github.com/ahmdrz/goinsta/blob/master/account_test.go#L9
```
❱ vgo run ./main.go
go: finding gopkg.in/ahmdrz/goinsta.v2 lates…
-
Hi,
if use video in qml I get this error when trying to open the app (successfully compiles).
I run Ubuntu 18.04, go1.12 linux/amd64, Qt 5.12.2 (also tested under 5.11.1 and same error came up).
…