the-convocation / twitter-scraper

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

some types/interface are not availaible since the 0.14 #103

Closed Faareoh closed 4 months ago

Faareoh commented 4 months ago

Hi,

Since 0.14, certain types that were previously exported are no longer exported. It is still possible to access Tweet, but impossible to import certain types such as Mention, Photo, PlaceRaw, Video ... image

On versions < 0.14, you could import them like this, but it's no more possible: import { Mention } from '@the-convocation/twitter-scraper/dist/tweets'; image

karashiiro commented 4 months ago

Should be fixed as of v0.14.1