Kolmafia (non-graphic) cli

itamaram

Member
I am sure the answer lies somewhere, but I've failed to find it on my own...
I want to run KolMafia from command prompt, using command prompt. Mainly so I can write my own pretty C# wrapper around it, and to increase its remoteness value. (Go on one computer, send a message to my home computer to start doing a task, an hour later go on another computer and check out the result etc.)

How do I do it? (Assuming of course I can)
 

Veracity

Developer
Staff member
Here's how it works on my computer:

bash-3.2$ java -jar KoLmafia.jar --CLI

KoLmafia r5601
Running on Mac OS X
Using Java 1.5.0_13

username: Veracity

Validating login server...
Sending login request...
Initializing session for Veracity...
Refreshing session data...
Synchronizing moon data...
Retrieving character data...
01/24/08 04:30:04 AM - GT1 (#312759) has given you a box of sunshine.
01/23/08 11:55:26 PM - Vike (#405551) has given you a box of sunshine.
Refreshing closet...
Retrieving equipment...
Retrieving familiar data...
Familiar data retrieved.
Retrieving campground data...
Retrieving storage list...
Session data refreshed.
Yuletide tomorrow, 2 days until Mysticism.
>
I obviously have my password saved. If I didn't, it would prompt me for password, too.
 
Top