Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Syntax

Description

Example

Note

filter

Filter the message out and don't put it in your mailbox

filter

 

resend

Resend the message to all your followers regardless of their characteristics

resend

It will only be put in your followers timeline if it is not already there.

mailto: email

Send the body of the message to the email recipient

No Format
mailto:wille.coyote@acme.com

 

http:// server

Does an HTTP(S) POST of the message on a server with certain headers set

http://user:password@twitterpassword@identi.comca/api/statuses/update.xmlImage Modified


status=%s

Enter HTTP POST data on a new line; %s expands to original message, %u expands to user nickname, %i expands to image URL, %w expands to user's full (mnemonic: w hole) name (first + last)

atom: url://
rss: url://

Posts the new entries from Atom/RSS feed

atom:

http://twitter.com/statuses/user_timeline/esmeproject.atom

Bots can also post to ESME, but polling from ESME is more secure and robust

...

Test

Action

Description

Similar to

follow

mailto: mail

Sends mail when followed by any user

Twitter sends messages on follow

unfollow

mailto: mail

Sends mail when unfollowed by a user

Qwitter helps track who is unfollowing you

profile

http:// server

Sends HTTP POST when the profile is changed

@chinposin on Twitter tracks your avatar change to chinposin.com

every 5 mins

rss:

http://blog.esme.us/feed/rss

Updates new posts from the ESME blog

twitterfeed posts your blog titles to Twitter

login

resend

Notifies your followers when you log in

Yammer notifies when a user logs in for the first time

#twitter & @me

http://user:password@twitter.com/statuses/update.xml


status=%s

Posts all messages tagged #twitter to Twitter

Identi.ca integrates with Twitter by reposting messages

Warning
titleToo permissive action tests

Be careful, tests for the actions might apply to more messages than you think. For example, the tag filter applies not only to your messages, but also ones from people you're following. In the action above which posts to Twitter, if you forget to restrict the author, you might flood the twitter timeline with messages you didn't intend to post.

There are many lists of ad-hoc Twitter third-party tools, some of which might be assembled in ESME using actions.

...