Socket
Socket
Sign inDemoInstall

github.com/andrewfrench/instagram-api-bypass

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/andrewfrench/instagram-api-bypass


Version published

Readme

Source

instagram-api-bypass

This repository parses Instagram's public response to GET requests, providing an API-free way to obtain basic account and media information.

Installation

./build.sh

The iab binary will now be in your $GOBIN (~/go/bin by default). If you haven't already, add this to your $PATH to be able to use iab seamlessly.

Use

Get user account information

iab account my_instagram_username
import "github.com/andrewfrench/instagram-api-bypass/pkg/account"

func main() {
    acc, err := account.Get("my_instagram_username")
}

Get media information

iab media media_shortcode
import "github.com/andrewfrench/instagram-api-bypass/pkg/media"

func main() {
    med, err := media.Get("media_shortcode")
}

FAQs

Last updated on 08 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc