pippipp
pippipp.com provides a simple API for posting twitter updates from your application. You can find us on Heroku or sign up directly at pippipp.com.
Installation
$ gem install pippipp
Usage
When creating your pippipp account you will be provided with an api_key. This key will be used to identify your account when publishing tweets using our API.
To start posting updates, do the following:
require "pippipp"
pipp = Pippipp.new(api_key)
pipp.status("Let's pipp!")
Testing
To test that everything works properly, without publishing any actual tweet or having your local server running, you can do the following:
require "pippipp/test"
pipp = Pippipp.new(api_key)
pipp.status("Let's pipp!")
# => #<Requests::Response:0x007fae53884a60 @status=200, @headers={}, @body="">