the-convocation / twitter-scraper

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

feat: include raw tweet as part of results #100

Closed karashiiro closed 2 months ago

karashiiro commented 2 months ago

Adds a new __raw_UNSTABLE property on Tweet objects with the original tweet. This should help with both extracting more data than the scraper typically provides, reprocessing the original data in a different way, and simple debugging. No compatibility guarantees are currently made for this field.