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

add list-conversation tweets support for fetchListTweets #71

Closed MicrowaveDev closed 11 months ago

MicrowaveDev commented 11 months ago

This pull request fixes a problem of skipping replies to tweets in list timeline. Here the example of structure of reply in list:

image

. This pull request was tested by checking fetchListTweets results in my app and works well for me.

karashiiro commented 11 months ago

lgtm ❤️