GithubHelp home page GithubHelp logo

goinsta's Introduction

GoInsta !

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 {
		panic(err)
	}

	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

goinsta's People

Contributors

aaronarduino avatar ahmdrz avatar albina-art avatar daciwei avatar ghostiam avatar glebtv avatar hadidimad avatar icholy avatar jaynagpaul avatar kemics avatar maniack avatar neetkee avatar rakd avatar seklfreak avatar sklinkert avatar sourcesoft avatar vitaliikapliuk avatar zhuharev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.