Created
May 27, 2015 13:25
-
-
Save mrvdb/495ee823095e2ab75ecc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> ./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