nodejitsu / kohai

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

automatic handling of submitting tweets > 140 chars #36

Open mscdex opened 13 years ago

mscdex commented 13 years ago

There ought to be a way to use some third party text-only pastebin-like service that can store the whole tweet, and then the actual tweet is a truncated version with a short url at the end pointing to the full tweet.

Example tweet using the above text: "There ought to be a way to use some third party text-only pastebin-like service that can store the whole tweet, a... http://some.url/123abc"

AvianFlu commented 13 years ago

We're looking at a node-bitly library for other shortlink-related purposes - this will likely be fairly easy to do.