Is an small client for the distributed microbloging protocol: thimbl
I have follow the style of the Thimbl Python client in many ways.
- follow
- fetch
- post
- push
This version is in development, not ready for any production environment.
gem install thimbl
require 'rubygems'
require 'thimbl'
thimbl =
Thimbl::Base.new(
'bio' => 'my bio',
'website' => 'my website',
'mobile' => 'my mobile',
'email' => 'my email',
'address' => 'me@thimbl.net',
'name' => 'my name'
)
thimbl.follow 'dk', 'dk@telekommunisten.org'
thimbl.fetch
thimbl.print
thimbl.post 'My first post'
thimbl.push 'password'
The gem comes with a shell command, you can use it like this:
thimblr setup 'user@thimblrserver.com'
thimblr follow 'dk' 'dk@telekommunisten.org'
thimblr fetch
thimblr print
thimblr post "My first message :)"
thimblr push <password>
- Support simbolize hash keys
- In the Thimbl::Command.setup ask for the rest of the configuration options bio, mobile, ...
- thimbl.unfollow
- ERROR: If finger respond empty Plan