Refresh guest token every 3 hours
This commit is contained in:
parent
0adf36d8c2
commit
56f5a2edc2
2 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ import (
|
|||
type Scraper struct {
|
||||
client *http.Client
|
||||
guestToken string
|
||||
guestCreatedAt time.Time
|
||||
includeReplies bool
|
||||
searchMode SearchMode
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue