-
hello thanks for maintaining this repo, im wrting some functions and i always have to do a goinsta.new to login to perform an action and how can i get around this and logging in with cookies dont wor…
-
### Typo location
Page: [3. Profiles & Users](https://github.com/Davincible/goinsta/wiki/3.-Profiles-&-Users#profiles)
Section: Below "The Profiles struct has three main methods" sentence, in code b…
-
I want to accept DM requests and auto reply to them. is there an API for that? did not find any in wiki
-
Just testing this for the first time and I got this error on login
```
Non fatal error while fetching explore page json: cannot unmarshal number into Go struct field .clusters.id of type string
`…
-
i'm sure i have sent a picture in dm, i tried fetching dms to see if i can save the picture in dm but i couldn't get anything since media field in InboxItem struct is nil
result:
`&{ID:3017918…
-
Hello, thanks for your package, Im trying to send simple message through DirectMessage(), help me, please
![screenshot from 2017-03-23 19-06-36](https://cloud.githubusercontent.com/assets/25136476/2…
ghost updated
3 years ago
-
On an account I am getting
```
Failed to fetch recent activity: json: cannot unmarshal number into Go struct field .old_stories.args.links.id of type string
```
just when trying to login.
`…
-
Hello. Please fix bug on https://github.com/Davincible/goinsta/blob/master/request.go#L209
If err !=nil when request struct is nil.
`
resp, err := insta.c.Do(req)
if err != nil {
r…
-
Shouldn't the `Sync` update the `FollowedBy`. Seems to be always `false` for me.
```
following := user.Following()
for following.Next() {
for _, f := range following.Users {
…
-
Hi ,
I'm trying to deploy my bot to heroku, it's getting an error
2021-05-30T13:03:25.532080+00:00 heroku[web.1]: Starting process with command `bin/myapp`
2021-05-30T13:03:26.052490+00:00 hero…