blaxter / rtwittbot

Personal twitter jabber bot

This URL has Read+Write access

rtwittbot / bin / rtwittbot.rb
100644 8 lines (4 sloc) 0.207 kb
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'rtwittbot'))
 
 
include RTwittBot::Config
 
TwitterJabberBot.new(JABBER_ACCOUNT, TWITTER_ACCOUNT, ALLOWED_USER).go!