Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Title = ""
)
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.