The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Wubot::Plugin::Twitter - monitor twitter friends timeline

VERSION

version 0.3.5

SYNOPSIS

  ~/wubot/config/plugins/Twitter/me.yaml

  ---
  delay: 5m

DESCRIPTION

This plugin monitors a twitter account for new tweets in the friends timeline. It uses Net::Twitter::Lite.

When a new tweet shows up in your timeline, the message sent will contain the following fields:

  subject: {tweet text}
  text: {tweet text}
  username: {lowercase twitter user id}
  profile_image_url: {user image url}
  coalesce: Twitter-{username}

OAuth

To authorize wubot to monitor your twitter feed, start by creating the twitter config file. Then run a single check using the wubot-check script, i.e.

  wubot-check Twitter me

Then follow the instructions to set up your authorization tokens.

SUBROUTINES/METHODS

check( $inputs )

The standard monitor check() method.