the-convocation / twitter-scraper

A port of n0madic/twitter-scraper to Node.js.
https://the-convocation.github.io/twitter-scraper/
MIT License
214 stars 43 forks source link

Login error #109

Closed ThijnK closed 1 month ago

ThijnK commented 1 month ago

Scraper.login() throws an error:

{"errors":[{"code":353,"message":"This request requires a matching csrf cookie and header."}]}
ThijnK commented 1 month ago

This is already fixed in the latest version, my bad. And props to @karashiiro for the amazing work on this package!