orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

Display the text of quoted tweets in a quote-tweet #253

Open miriku opened 6 years ago

miriku commented 6 years ago

When someone posts a quote-tweet the app ignores it other than linking to the quote. It could instead display the tweet being quoted below along with an indentation to indicate quoting.

Example of a quote-tweet: https://twitter.com/laura_hudson/status/950401330417352705

DanScharon commented 6 years ago

looks like there already is a pull request

DCastaban commented 3 years ago

Sadly it looks like these pull requests will not be merged :( this is the only major feature rainbowstream is lacking as a Twitter client. Wish we could see quote tweets rather than just the url! Perhaps I will have to make a local build(will fork if I remember) to add this feature when I have time. I imagine I'd just mimic the code from #237 or #214