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에는 쉘 명령이 함께 제공됩니다. 다음과 같이 사용할 수 있습니다.
thimblr setup '[email protected]'
thimblr follow 'dk' '[email protected]' 'my password'
thimblr print
thimblr post 'My first message :)' 'my password'