imperatrona / twitter-scraper

Scrape the Twitter frontend API without authentication with Golang.
MIT License
118 stars 20 forks source link

panic: auth error: DenyLoginSubtask #11

Closed wade-liwei closed 3 months ago

wade-liwei commented 3 months ago

Do you have the error msg?

imperatrona commented 3 months ago

DenyLoginSubtask is sent upon a suspicious login attempt. use cookies or auth_token for auth

wade-liwei commented 3 months ago

thank you.