whynotmarc

Results 11 comments of whynotmarc

> That function returns a single page of results, but the number of results per page is undefined. It should return a cursor you can use to get more data....

> I'd consider this a bug for now, but given that we're at the whims of ~the company formerly known as~ Twitter, this might have to become the new expected...

With authentication you can use `fetchSearchTweets`. Something along the lines of this: ``` const tweets = [] const maxTweets = 50 const query = `(from:${userHandle}) filter:replies` let cursor let nTweets...