All Projects → ahmdrz → Goinsta

ahmdrz / Goinsta

Licence: mit
Unofficial Instagram API written in Golang

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Goinsta

Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (-77.49%)
Mutual labels:  api, instagram-api, instagram
Instapy Cli
✨ Python library and CLI to upload photo and video on Instagram. W/o a phone!
Stars: ✭ 498 (-32.06%)
Mutual labels:  api, instagram-api, instagram
Instagram Api Python
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.
Stars: ✭ 2,357 (+221.56%)
Mutual labels:  api, instagram-api, instagram
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (-86.36%)
Mutual labels:  api, instagram-api, instagram
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (-22.24%)
Mutual labels:  api, instagram-api, instagram
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (-4.64%)
Mutual labels:  instagram-api, instagram
Instafeed.js
A simple Instagram JavaScript plugin for your website
Stars: ✭ 3,376 (+360.57%)
Mutual labels:  instagram-api, instagram
Instagramlive Php
A PHP script that allows for you to go live on Instagram with any streaming program that supports RTMP!
Stars: ✭ 362 (-50.61%)
Mutual labels:  instagram-api, instagram
Instagram User Feed
This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
Stars: ✭ 435 (-40.65%)
Mutual labels:  instagram-api, instagram
Tools For Instagram
Automation scripts for Instagram
Stars: ✭ 274 (-62.62%)
Mutual labels:  api, instagram
Jinstagram
A Java library for the Instagram API.
Stars: ✭ 382 (-47.89%)
Mutual labels:  instagram-api, instagram
React Native Vision Camera
📸 The Camera library that sees the vision.
Stars: ✭ 443 (-39.56%)
Mutual labels:  api, instagram
Instagram Web Api
🤳 Instagram Private Web API client for Node
Stars: ✭ 694 (-5.32%)
Mutual labels:  api, instagram
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (-57.44%)
Mutual labels:  instagram-api, instagram
Instagram Java Scraper
Instagram Java Scraper. Get account information, photos, videos and comments.
Stars: ✭ 335 (-54.3%)
Mutual labels:  instagram-api, instagram
Ig Monitoring
🚨 DISCONTINUED🚨 IGMonitoring - Free, self hosted Instagram Analytics and Stats
Stars: ✭ 283 (-61.39%)
Mutual labels:  instagram-api, instagram
Instasharper
Private Instagram API
Stars: ✭ 426 (-41.88%)
Mutual labels:  instagram-api, instagram
Instagram
An easy-to-use and simple Instagram package
Stars: ✭ 496 (-32.33%)
Mutual labels:  api, instagram
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+672.71%)
Mutual labels:  instagram-api, instagram
instagram private api
An Instagram-Client written in Dart
Stars: ✭ 39 (-94.68%)
Mutual labels:  instagram, instagram-api

Golang + Instagram Private API

Unofficial Instagram API for Golang

Build Status GoDoc Go Report Card Gitter chat

Features

  • 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"
)

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")

  ...
}

Projects using goinsta

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.

Versioning

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

Donate

Ahmdrz

btc Bitcoin: 1KjcfrBPJtM4MfBSGTqpC6RcoEW1KBh15X

Mester

btc Bitcoin: 37aogDJYBFkdSJTWG7TgcpgNweGHPCy1Ks

Analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].