instago icon indicating copy to clipboard operation
instago copied to clipboard

Download/access photos, videos, stories, story highlights, postlives, following and followers of Instagram

Results 5 instago issues
Sort by recently updated
recently updated
newest added

perhap instagram change userinfo struct. I cannot GetUserInfo with my auth.json. error: cannot decode json.

I'm on windows platform, already installed go package for windows and wget. I already can run wget -h on cmd. But when I ran 'go run allposts.go' command, it came...

Does this tool uses https://github.com/ping/instagram_private_api? How many posts can i scrape before i get error 429 with this tool? Thank you.

Using this program: ~~~go package main import ( "fmt" "github.com/siongui/instago" ) func main() { info, err := instago.GetPostInfoNoLogin("CZVEugIPkVn") if err != nil { panic(err) } fmt.Printf("%+v\n", info) } ~~~ I...

instagram have updated their page, and now redirect to a login page instead of showing a preview of the profile. also, there's a better way to get the api data...