| Command |
Description |
Example |
| Core
Commands |
||
| login
{username} {password} |
Identifies
you with the smthingme buddy
and starts a new interaction with the service. The username and
password are the username and password you use to post to your blog. NOTE: Before you are allowed to use any other commands (besides help), you must provide your login information to the smthingme buddy. |
login
myblogid myblogpassword |
| logout |
Destroys
your login information and credentials. |
logout |
| setservice (0 = Blogger, 1 = TypePad) | Sets
the XML-RPC url for your blog to one of the known endpoints for
existing blog services such as Blogger or TypePad. You do not need to
use the seturl command if you use this command. For Blogger, this will set the endpoint to http://api.blogger.com/api For TypePad, this will set the endpoint to http://www.typepad.com/t/api |
setservice
0 |
| setapi {0 = Blogger API, 1 = MetaWeblog API} | Selects
the blogging API, either Blogger or MetaWeblog, used to post
a new entry to your blog. NOTE: By default, the smthingme buddy will use the Blogger API to post new entries to your blog. |
setapi 1 |
| seturl {XML-RPC endpoint for your blog} | Allows
you to manually select the XML-RPC endpoint to post to your blog. |
seturl
http://my.blog.com/xmlrpc/userid |
| settitle
{Entry title} |
Sets
the title of your blog entry. Valid only if you are using the
MetaWeblog API to post to your blog. |
settitle
Title of entry |
| setblogid
{Blog ID} |
Sets
the blog ID to which the blog entry will posted. |
setblogid
309392 |
| newpost |
After
setting the parameters to post to your blog, you can issue the newpost
command to enter post editing mode. All messages must be included within ^^ to be included in the post. To get out of post editing mode, issue a ^^^^. You are now in command processing mode. |
^^This
is a message.^^ ^^This is another message with <b>bold</b> and a <a href="http://www.google.com">link to google</a>.^^ ^^^^ |
| endpost
{true | false} |
Once
you are out of new post editing mode, you can select to post the entry
to your blog or discard the entry. |
endpost
true |
| deletepost
{postid} |
Deletes
a given post from the given blog ID. Will return "true" or "false"
depending on whether on not the post was deleted successfully. |
deletepost
1010399239204985 |
| Other Commands |
||
| getusersblogs |
Retrieves
and prints the available blogs to which you are allowed to post. Uses
the getUsersBlogs method from the Blogger API. |
getusersblogs |
| getuserinfo |
Retrieves
and prints out your user information. Uses the getUserInfo method from
the Blogger API |
getuserinfo |
| help |
Prints
out this list of commands in your AIM window. |
help |
| hello |
Have
the buddy say hello back. |
hello |
| about |
Do
you really have to ask? ;) |
about |