Skip to content

Instantly share code, notes, and snippets.

@mrvdb
Created May 27, 2015 13:25
Show Gist options
  • Save mrvdb/495ee823095e2ab75ecc to your computer and use it in GitHub Desktop.
Save mrvdb/495ee823095e2ab75ecc to your computer and use it in GitHub Desktop.
>> ./twisterd creategroup '' :: Create the group
>> *ghuotuzf :: This is the /username/ of the group
::
>> twisterd getgroupinfo "*ghuotuzf" :: Get info about the group
<< { :: Returns json with the group info
<< "alias" : "*ghuotuzf", ::
<< "description" : "Bitcoin", ::
<< "members" : [ ::
<< ] ::
<< } ::
::
>> twisterd getlasthave mrb :: To invite, you need a 'k' value, get your own for joining the group
>> { :: Returns a whole list, find your own username, use the k-value displayed next
>> ... ::
>> "mrb" : 288, ::
>> ... ::
>> } ::
::
>> twisterd newgroupinvite mrb 288 "ghuotuzf" '["mrb"]' :: Invite yourself to the group
:: You will then get a direct message showing the invite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment