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'
تأتي الجوهرة مع أمر shell ، يمكنك استخدامه على النحو التالي:
thimblr setup '[email protected]'
thimblr follow 'dk' '[email protected]' 'my password'
thimblr print
thimblr post 'My first message :)' 'my password'