nodejitsu / kohai

I am kohai. I am a pluggable irc bot for managing real-time data events.
91 stars 17 forks source link

!retweet #45

Open jfhbrook opened 13 years ago

jfhbrook commented 13 years ago

The ability for the twitter plugin to retweet the latest tweet would be pretty rockin'.

dominictarr commented 13 years ago

infinite twitter loop!

On Fri, May 27, 2011 at 3:29 AM, jesusabdullah < reply@reply.github.com>wrote:

The ability for the twitter plugin to retweet the latest tweet would be pretty rockin'.

Reply to this email directly or view it on GitHub: https://github.com/nodejitsu/kohai/issues/45

Marak commented 13 years ago

Yeah....except unless we start appending a unique id to each tweet to track internally, this will not really work.

There is a high likelihood that by the time you type !retweet and hit enter, that another tweet will come in and you will retweet the wrong tweet!

chapel commented 13 years ago

@marak is right, there would have to be an ID or some way to specify what to RT. Maybe do a hash of the tweet, or tweet id, so you could just !retweet and it would handle the rest.