goinsta
goinsta copied to clipboard
Unofficial Instagram API written in Golang
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...
Is this fork meant to be maintained? I analyzed the web traffic from the latest android app and noticed the login procedure is vastly different (only makes a single stand-alone...
https://github.com/TheForgotten69/goinsta/blob/master/media.go#L1277 returns 400 errors.
it looks like this fork is not going to be merged to main repo unfortunately. so it makes sense to update the README imho
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", insta.Account.Username) insta.Export("~/.goinsta") } ``` got this...