Trinkit
16 years ago
I've pretty much finished my command-line plurk tools. Huzzah.
latest #18
Trinkit
16 years ago
I wonder if I should even bother posting it online though. Not sure if anyone would be interested.
Eddie.exe says
16 years ago
he's interested. It seemed like quite a bit of hard work.
Trinkit says
16 years ago
Well, if at least one person wants it :-P I'll get it uploaded here in a second. Prolly will have to explain how it's used too.
立即下載
Trinkit says
16 years ago
I'm pretty sure you have it installed, but, it does require .net framework to be installed for two of the little utils that help the bat
Trinkit says
16 years ago
file along. (PlurkDateTime) generates proper date and PlurkChars counts char length to avoid 140 char limit
Trinkit says
16 years ago
trinkitty.com/CMDLinePlu... :: Basic understanding of bat files helps, as you can read through the bat and understand how it's used.
Trinkit says
16 years ago
Basic usage: CMDLinePlurk.bat username password Post whatever you want to post.
Trinkit says
16 years ago
Commands are case sensitive. So 'Post' 'ReplyID' 'Verb' 'Reply'
Trinkit says
16 years ago
You can create a PlurkSettings.txt file with two lines. The first being Nickname yourusername. The second being Password yourpassword
Trinkit says
16 years ago
after doing that, you can leave out username and password from the command: CMDLinePlurk.bat Post Whatever
Trinkit says
16 years ago
You can also specify the verb to use. CMDLinePlurk.bat Verb is Post Whatever
Trinkit says
16 years ago
Replying defaults to the last plurk you posted. But, you can specify ReplyID if you want to reply to a different plurk
Trinkit says
16 years ago
Getting the plurk id to reply to is a different story though, it's a base36 number on the permalink plurk pages, have to convert it to
Trinkit says
16 years ago
base 10 in order to use it. I didn't write a tool to do that conversion :-P sorry.
Trinkit says
16 years ago
but, replyID ex: CMDLinePlurk.bat ReplyID plurkidtoreplyto Reply Yourreplytexthere.
Trinkit says
16 years ago
I think that covers most of it.
Eddie.exe says
16 years ago
I have a friend of mine who could use this, probably make a tool for the converting as well. Thanks :-)
Trinkit says
16 years ago
No problem, it's gonna get used to spam my crawl games and audiosurfing :-P
back to top