Authentication is required!

(quick dirty fix)
Close #115
This commit is contained in:
Alexander Sheiko 2023-07-02 01:41:48 +03:00
parent 5b0c8c3f9f
commit 07ad3789ef
9 changed files with 274 additions and 147 deletions

View file

@ -23,6 +23,7 @@ type Scraper struct {
guestCreatedAt time.Time
includeReplies bool
isLogged bool
isOpenAccount bool
oAuthToken string
oAuthSecret string
proxy string