ThimblClient
1.0.0
是分布式微博协议的小客户端:thimbl
我在很多方面都遵循 Thimbl Python 客户端的风格。
该版本正在开发中,请自行负责在生产环境中使用它。
gem install thimbl
require 'rubygems'
require 'thimbl'
thimbl =
Thimbl::Base.new(
'[email protected]',
{
:bio => 'my bio',
:website => 'my website',
:mobile => 'my mobile',
:email => 'my email',
:name => 'my name'
}
)
thimbl.follow 'dk', '[email protected]'
thimbl.fetch
thimbl.messages
thimbl.post 'My first post'
thimbl.push 'password'
gem 带有一个shell 命令,你可以像这样使用它:
thimblr setup '[email protected]'
thimblr follow 'dk' '[email protected]' 'my password'
thimblr print
thimblr post 'My first message :)' 'my password'