Skip to content

Golang Library Instagram Scraper to Get FullName, Bio, Followers and others.

License

Notifications You must be signed in to change notification settings

mrandiw/instagram-go-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Quality Gate Status Coverage Reliability Rating Go Instagram

Instagram Go Scraper

instagram-go-scraper is a Go library for scraping Instagram user profiles. It allows you to fetch details such as bio, followers count, following count, and the number of posts from Instagram profiles..

Installation

To use this library, you need to have Go installed on your system. You can install the library using the following command:

go get github.com/MrAndiw/instagram-go-scraper

Example Code

This code bellow for initialize the library

// Initialize the Instagram client
Initialize the Instagram client
ig := instagram.Init()

Create a new Instagram scraper instance

// Create a new Instagram scraper instance
Instagram := instagram.NewInstagram(ig)

// Fetch the full bio information for a specific Instagram user

// Fetch the full bio information for a specific Instagram user
User := Instagram.GetFullBio("mrandiw")

Run Test

go test -v ./...

About

Golang Library Instagram Scraper to Get FullName, Bio, Followers and others.

Resources

License

Stars

Watchers

Forks

Packages

No packages published