Unofficial Instagram API for Golang
Export
and Import
functions.go get -u -v gopkg.in/ahmdrz/goinsta.v2
package main
import (
"fmt"
"gopkg.in/ahmdrz/goinsta.v2"
)
func main() {
insta := goinsta.New("USERNAME", "PASSWORD")
// Export your configuration
// after exporting you can use Import function instead of New function.
// insta, err := goinsta.Import("~/.goinsta")
// it's useful when you want use goinsta repeatedly.
insta.Export("~/.goinsta")
...
}
goinsta
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk.
Goinsta used gopkg.in as versioning control. Stable new API is the version v2.0. You can get it using:
$ go get -u -v gopkg.in/ahmdrz/goinsta.v2
Or
If you have GO111MODULE=on
$ go get -u github.com/ahmdrz/goinsta/v2
Ahmdrz
Bitcoin: 1KjcfrBPJtM4MfBSGTqpC6RcoEW1KBh15X
Mester
Bitcoin: 37aogDJYBFkdSJTWG7TgcpgNweGHPCy1Ks