Sha256: e28018afacdab045d6fc07003538a3ecf8bff9b74e4c9291d1ef5d201144c202

Contents?: true

Size: 327 Bytes

Versions: 14

Compression:

Stored size: 327 Bytes

Contents

# Not Yet Complete: Twitter Client in Channel.
class TweetTweet < Marvin::Base
  
  on_event :client_connected do
    start_tweeting
  end
  
  def start_tweeting
    client.periodically 180, :check_tweets
  end
  
  def handle_check_tweets
    logger.debug ">> Check Tweets"
  end
  
  def show_tweet(tweet)
  end
  
  
  
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
Sutto-marvin-0.1.20081115 handlers/tweet_tweet.rb
Sutto-marvin-0.1.20081120 handlers/tweet_tweet.rb
Sutto-marvin-0.2.0 handlers/tweet_tweet.rb
Sutto-marvin-0.2.1 handlers/tweet_tweet.rb
Sutto-marvin-0.2.2 handlers/tweet_tweet.rb
Sutto-marvin-0.2.3 handlers/tweet_tweet.rb
Sutto-marvin-0.2.4 handlers/tweet_tweet.rb
Sutto-marvin-0.3.0 handlers/tweet_tweet.rb
Sutto-marvin-0.3.2 handlers/tweet_tweet.rb
Sutto-marvin-0.3.3 handlers/tweet_tweet.rb
Sutto-marvin-0.3.4 handlers/tweet_tweet.rb
Sutto-marvin-0.4.0 handlers/tweet_tweet.rb
jeffrafter-marvin-0.1.20081115 handlers/tweet_tweet.rb
jeffrafter-marvin-0.1.20081120 handlers/tweet_tweet.rb