bocchilorenzo / ntscraper

Scrape from Twitter using Nitter instances
MIT License
178 stars 29 forks source link

Pinned tweet? #59

Closed Ericktz closed 9 months ago

Ericktz commented 10 months ago

How would one know if the tweet is pinned?

bocchilorenzo commented 9 months ago

Hi, in the latest version of the scraper you can find the "is-pinned" key in the tweet object which shows True if the tweet is pinned and False otherwise.