Skip to content
forked from ahmdrz/goinsta

Unofficial Instagram API written in Golang

License

Notifications You must be signed in to change notification settings

tducasse/goinsta

 
 

Repository files navigation

This is a frozen version of goinsta v1

Unofficial Instagram API for Golang

Build Status GoDoc Go Report Card Coverage Status

Features

  • Like Instagram mobile application. Goinsta is very similar to Instagram official application.
  • Simple. Goinsta is made by a lazy programmer!
  • Backup methods. You can use store package to export/import goinsta.Instagram struct.
  • No External Dependencies. Goinsta will not use any Go packages outside of the standard library.

New Version !

We are working on v2 branch , Try it and tell us your suggestions.

Installation

go get -u -v github.com/ahmdrz/goinsta

Or

go get gopkg.in/ahmdrz/goinsta.v1

and then

import "gopkg.in/ahmdrz/goinsta.v1"

Example

package main

import (
	"fmt"

	"github.com/ahmdrz/goinsta"
)

func main() {
	insta := goinsta.New("USERNAME", "PASSWORD")

	if err := insta.Login(); err != nil {
		fmt.Println(err)
		return
	}

	defer insta.Logout()

	...
}

Legal

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.

Contributors ❤️


themester 💎

jaynagpaul 💎

icholy

rakd

kemics

sklinkert

vitaliikapliuk

glebtv

neetkee

daciwei

aaronarduino

tggo

Albina-art

maniack


hadidimad

GhostRussia

sourcesoft

zhuharev

nuxdie

Seklfreak

Donate

Bitcoin : 1KjcfrBPJtM4MfBSGTqpC6RcoEW1KBh15X

Analytics

About

Unofficial Instagram API written in Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%