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

Returning tweets in threaded format #958

Closed matteeyah closed 1 year ago

matteeyah commented 5 years ago

We can currently find out if tweets are replies to another tweet by checking if Tweet#in_reply_to_tweet_id are Twitter::NullObject. It would be awesome if we could get the tweets in a threaded format.