zigdon / twirssi

An irssi script allowing the use of Twitter from within the IRC client.
http://twirssi.com
133 stars 26 forks source link

add /twitter_info #20

Closed mmitch closed 13 years ago

mmitch commented 13 years ago

/twitter_info shows information about cached tweets. Currently, only the URL of the tweet is reconstructed from the tweet's ID.

If one of the pull requests adding timestamps is merges, the tweet's timestamp can be cached as well.

mmitch commented 13 years ago

should be possible to also display the account that downloaded the tweet. would this information be of any use?

zigdon commented 13 years ago

I think showing as much info as available would be great. Might also include "in-reply-to", or even a whole conversation tree.

One bug - it assumes the URL is a twitter.com URL, and ignores possible identica users.

mmitch commented 13 years ago

nick, id, tweet text, account and service are now displayed identica URLs should work, but I have not verified this

%state had to be extended to cache {acounts} and {services} support for timestamps is already there (currently commented out)

gedge commented 13 years ago

included in latest beta