Documentation ¶
Index ¶
- type Linger
- func (s *Linger) GetFollowers(pageHTML string, followersChannel chan<- int)
- func (s *Linger) GetId(pageHTML string, idChannel chan<- int)
- func (s *Linger) GetRedirectUrl(pageHTML string, redirectUrlChannel chan<- string)
- func (s *Linger) GetSecUid(pageHTML string, secUidChannel chan<- string)
- func (s *Linger) MockScrapTikTok(tiktokUrl string) (bool, int, string, int)
- func (s *Linger) ScrapBioLink(extractedBio string, client *http.Client) ([]string, []string, error)
- func (s *Linger) ScrapTikTok(tiktokUrl string) (bool, int, string, int, string)
- func (s *Linger) ScrapTikTokProxy(tiktokUrl string, client *http.Client, pageHTMLChannel chan<- string)
- func (s *Linger) StartScrapping(username string, pageHTML string) ([]string, []string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linger ¶
func (*Linger) GetFollowers ¶
GetFollowers
func (*Linger) GetRedirectUrl ¶
GetRedirectUrl
func (*Linger) MockScrapTikTok ¶
func (*Linger) ScrapBioLink ¶
func (*Linger) ScrapTikTok ¶
func (*Linger) ScrapTikTokProxy ¶
Click to show internal directories.
Click to hide internal directories.