sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

Include support for quote_count and reply_count in the tweet object #895

Closed bani closed 1 year ago

bani commented 6 years ago

I wasn't able to access quote_count and reply_count when listing statuses from a timeline. They should be supported according to https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object

Can we add them here? https://github.com/sferik/twitter/blob/master/lib/twitter/tweet.rb#L12-L13

jabrah29 commented 6 years ago

I can work on this :)

andypiper commented 6 years ago

These fields are only available in the premium and enterprise APIs, so you will not find them in a timeline Tweet object.