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

feat: tweet edit information #101

Closed karashiiro closed 4 months ago

karashiiro commented 4 months ago

94

Adds isEdited and versions properties to the Tweet object, which will be undefined if they cannot be retrieved. versions contains all tweet versions (including the current one), while isEdited is true if versions has more than one element.