Skip to content

Instantly share code, notes, and snippets.

@gr4y
Created May 14, 2010 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gr4y/401046 to your computer and use it in GitHub Desktop.
Save gr4y/401046 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'streambot'
@blacklist = ['LeipzigerBimmel','lvb_rt','rt_leipzig','oepnv_leipzig','rt_fail']
@keywords = ["#LVB","#lvb"]
@auth = {:username=>'user',:password=>'password'}
bot = StreamBot::Tracker.new(@auth, @blacklist, @keywords)
bot.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment