Documentation ¶
Overview ¶
Package checkbitcoinaddress Spider for address tags resource from checkbitcoinaddress.com
Index ¶
- type Spider
- func (s *Spider) ExtractForumProfiles(target, category string, last *tag.Model) (tags []tag.Model, err error)
- func (s *Spider) ExtractOTCProfiles(target, category string, last *tag.Model) (tags []tag.Model, err error)
- func (s *Spider) ExtractSignedMessages(target, category string, last *tag.Model) (tags []tag.Model, err error)
- func (s *Spider) ExtractSubmittedLinks(target, category string, last *tag.Model) (tags []tag.Model, err error)
- func (s *Spider) NavigateNextPage(target string, reached bool)
- func (s *Spider) Sync() (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spider ¶
type Spider struct {
// contains filtered or unexported fields
}
Spider creates a web spider with predefined url to crawl
func (*Spider) ExtractForumProfiles ¶
func (s *Spider) ExtractForumProfiles(target, category string, last *tag.Model) (tags []tag.Model, err error)
ExtractForumProfiles returns the list of forum profiles
func (*Spider) ExtractOTCProfiles ¶
func (s *Spider) ExtractOTCProfiles(target, category string, last *tag.Model) (tags []tag.Model, err error)
ExtractOTCProfiles returns the list of otc profiles
func (*Spider) ExtractSignedMessages ¶
func (s *Spider) ExtractSignedMessages(target, category string, last *tag.Model) (tags []tag.Model, err error)
ExtractSignedMessages returns the list of signed messages
func (*Spider) ExtractSubmittedLinks ¶
func (s *Spider) ExtractSubmittedLinks(target, category string, last *tag.Model) (tags []tag.Model, err error)
ExtractSubmittedLinks returns the list of submitted links
func (*Spider) NavigateNextPage ¶
NavigateNextPage scrapes pages incrementally extracting next page url from pages bar
Click to show internal directories.
Click to hide internal directories.