Refresh guest token every 3 hours

This commit is contained in:
Alexander Sheiko 2021-01-05 14:21:08 +02:00
parent 0adf36d8c2
commit 56f5a2edc2
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,7 @@ import (
type Scraper struct {
client *http.Client
guestToken string
guestCreatedAt time.Time
includeReplies bool
searchMode SearchMode
}