@UserTrue said in NODE js problem:
const {default: fetch } = await import("node-fetch")
it works thank you
I am trying to create a twitter follower scraper.
I want to scrap all followers of https://twitter.com/facebook/followers
But there is endless scroll. How to implement it? Can anyone share a template?