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'
อัญมณีมาพร้อมกับ คำสั่งเชลล์ คุณสามารถใช้มันได้ดังนี้:
thimblr setup '[email protected]'
thimblr follow 'dk' '[email protected]' 'my password'
thimblr print
thimblr post 'My first message :)' 'my password'