Skip to content

Instantly share code, notes, and snippets.

@wonderb0lt
Created May 22, 2013 21:38
Show Gist options
  • Save wonderb0lt/5631132 to your computer and use it in GitHub Desktop.
Save wonderb0lt/5631132 to your computer and use it in GitHub Desktop.
A new idea for an Raxacoricofallapatorius-bot-API
from raxa import on_tweet, on_mention
@on_mention(num_mentionees = 1,sender='shadowb0lt')
def on_ponies(tweet):
tweet.reply('Got a tweet from shadowb0lt with some mentionees ;-)!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment