bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.91k stars 599 forks source link

Add isPinned Tweet Property #138

Closed bisguzar closed 4 years ago

jcea commented 4 years ago

It works, @bisguzar , although using the ternary construction seems a bit overkill. You already have a boolean result with the "find", maybe using "bool()" is enough. Personal style, I guess :).

bisguzar commented 4 years ago

Thanks for proposal :)