bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.88k stars 600 forks source link

I cannot check if a tweet is pinned or not. #134

Closed FlowGoCrazy closed 4 years ago

FlowGoCrazy commented 4 years ago

Is there any way to check if a tweet is pinned or not? I see there is a "isRetweet" attribute that returns a boolean, I'd love to see a "isPinned" attribute that returns a boolean as well!

ozanbayram commented 4 years ago

Maybe I can add this atrribute. I will try to work on it in my free time.

bisguzar commented 4 years ago

Glad to hear that @ozanbayram ! I'm waiting your PR excitedly.

jcea commented 4 years ago

Hitting this problem too.

bisguzar commented 4 years ago

Hi @ozanbayram , do you have any updates?

ozanbayram commented 4 years ago

Sorry, I guess I can't

bisguzar commented 4 years ago

Please take a look to #138 and leave your reviews.