Sha256: 860e3fa0d6c7b6882e290eb73d14af288a78aa60e5d564b5d37138664ec1aaaf

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

= streambot

streambot is using tweetstream (http://github.com/intridea/tweetstream) for simple access to twitter streaming api

== Installation

the streambot gem is available on rubygems.org - http://rubygems.org/gems/streambot

	gem install streambot
	
== Usage

	require 'streambot'
	
	@auth = {:username=>'username',:password=>'password'}
	@blacklist = ['mac_rt','apple_rt']
	bot = StreamBot.new(@auth, @blacklist, 'apple','ipad','iphone os 4','steve jobs')
	bot.start
	
== Todo
	
All todos are listed in issue-tracker and labeled with todo (http://github.com/gr4y/streambot/issues/labels/todo) 
	
== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 Sascha Wessel. See LICENSE for details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
streambot-0.2.5 README.rdoc
streambot-0.2.4 README.rdoc
streambot-0.2.3 README.rdoc
streambot-0.2.2 README.rdoc