You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2023. It is now read-only.
HTTP2 by default. Goinsta uses HTTP2 client enhancing performance.
Object independency. Can handle multiple instagram accounts.
Like Instagram mobile application. Goinsta is very similar to Instagram official application.
Simple. Goinsta is made by lazy programmers!
Backup methods. You can use Export and Import functions.
Security. Your password is only required to login. After login your password is deleted.
No External Dependencies. GoInsta will not use any Go packages outside of the standard library.
Package installation
go get -u -v gopkg.in/ahmdrz/goinsta.v2
Example
package main
import (
"fmt""gopkg.in/ahmdrz/goinsta.v2"
)
funcmain() {
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")
...
}
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.
Versioning
Goinsta used gopkg.in as versioning control. Stable new API is the version v2.0. You can get it using: