igstory

package
v0.0.0-...-df6d304 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2024 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const UrlUserInfo = `https://www.instagram.com/{{USERNAME}}/?__a=1`

no need to login or cookie to access this URL

Variables

This section is empty.

Functions

This section is empty.

Types

type RawUserResp

type RawUserResp struct {
	User UserInfo
}

type UserInfo

type UserInfo struct {
	Id        string `json:"id"`
	Biography string `json:"biography"`
}

func GetUserInfo

func GetUserInfo(username string) (userinfo *UserInfo, err error)

Jump to

Keyboard shortcuts

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