Using RT to use Retweet feature.

Asked by Kenshin

Hello all !
Many twitter users are used to use RT @nick to retweet. But Gwibber only allows to use "via @nick"
Is it possible to improve Gwibber and then allow users to select "Use RT @nick instead of via @nick" ?

About code, the modifications are smalls :

if client.preferences["retweet_style_via"]:
      client.input.set_text("RT @%s %s" % (msg.sender_nick, msg.text))

(Also in preferences.glade)

Thanks

Question information

Language:
English (United States) Edit question
Status:
Expired
For:
Gwibber Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
myfreeweb (myfreeweb) said :
#1

Twitter's new retweet API is better, so I'll try to implement it.

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.