Documentation
¶
Index ¶
- func GetTextLength(text string) int
- func HandleHttpStatusErr(res *http.Response) error
- func Preprocessing(text string) string
- func RemoveSimilar(arr []models.TweetArticle, threshold float64) []models.TweetArticle
- type AccessToken
- type Scraper
- func (s Scraper) CreateHttpReq(url string) (string, error)
- func (s Scraper) GetRecentSearch(keyword string, nextToken string, injectNum ...int) ([]models.TweetArticle, error)
- func (s Scraper) MakeUniqueArticle(jobId string) error
- func (s Scraper) MakeUniqueTweet(list []models.TweetArticle) []models.TweetArticle
- func (s Scraper) WriteTweetOnDB(tweet models.TweetArticle) error
- type Twitter
- type Worker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTextLength ¶
func HandleHttpStatusErr ¶
func Preprocessing ¶
func RemoveSimilar ¶
func RemoveSimilar(arr []models.TweetArticle, threshold float64) []models.TweetArticle
Types ¶
type AccessToken ¶
type AccessToken struct {
Token string
}
type Scraper ¶
type Scraper struct { AccessToken Twitter Worker // contains filtered or unexported fields }
func (Scraper) GetRecentSearch ¶
func (Scraper) MakeUniqueArticle ¶
func (Scraper) MakeUniqueTweet ¶
func (s Scraper) MakeUniqueTweet(list []models.TweetArticle) []models.TweetArticle
func (Scraper) WriteTweetOnDB ¶
func (s Scraper) WriteTweetOnDB(tweet models.TweetArticle) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.