Project

thimbl

0.01
No commit activity in last 3 years
No release in over 3 years
Small client for the distributed microbloging protocol: [thimbl](http://www.thimbl.net/)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

Thimbl Client

Is an small client for the distributed microbloging protocol: thimbl

I have follow the style of the Thimbl Python client in many ways.

Commands

  • fetch
  • follow
  • post
  • push

Attributes

  • messages
  • following
  • properties

Version

This version is in development, use it in production environment under your own responsability.

Install

gem install thimbl

Use

require 'rubygems'
require 'thimbl'
thimbl =
  Thimbl::Base.new(
    'user@thimbl.net',
    {
      :bio      => 'my bio',
      :website  => 'my website', 
      :mobile   => 'my mobile', 
      :email    => 'my email', 
      :name     => 'my name'
    }
  )
thimbl.follow 'dk', 'dk@telekommunisten.org'
thimbl.fetch
thimbl.messages
thimbl.post 'My first post'
thimbl.push 'password'

Shell Command

The gem comes with a shell command, you can use it like this:

thimblr setup 'user@thimblrserver.com'
thimblr follow 'dk' 'dk@telekommunisten.org' 'my password'
thimblr print
thimblr post 'My first message :)' 'my password'

TODO

  • Support simbolize hash keys
  • Reply to another message support