instagram

package
v0.0.0-...-b0106dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Title = ""
)

Functions

func Init

func Init() *colly.Collector

Types

type InstagramProfile

type InstagramProfile struct {
	Title        string
	Bio          string
	Followers    int
	Following    int
	Post         int
	PhotoProfile string
}

InstagramProfile holds the scraped data

type ModuleInstagram

type ModuleInstagram interface {

	// Get Instagram Bio : Name, Bio, Profile Photo, Followers, dll
	GetFullBio(username string) InstagramProfile
	// contains filtered or unexported methods
}

func NewInstagram

func NewInstagram(c *colly.Collector) ModuleInstagram

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL