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

Possible to get id of tweet / full link to tweet #312

Open MartinTerp opened 3 years ago

MartinTerp commented 3 years ago

Hi

It would be nice, in the format of tweets, that you're able to print the full/shorted link to a tweet, for easy access directly to the tweet. It dosnt seem possible with the current format options.

TIAcode commented 3 years ago

I temporarily "fixed" this adding formater = str(tid).join(formater.split('#tweetid'))

To line 349 of draw.py (line 339 in pip version), and then adding https://twitter.com/#nick/status/#tweetid to config.

MartinTerp commented 3 years ago

Thanks, that did the job :)