added news of first release
added url of announcement topic at bay12 forum
fixed an error in README.md
hackurist is a client library/command line program to access a running dfhack rpc server. It is written in Go.
2014-12-16: hackurist 1.0 released!
Installation:
go get bitbucket.org/telesto/hackurist
API Documentation: http://godoc.org/bitbucket.org/telesto/hackurist
See the source of the hackurist command as an example on how to use this library.
The command line tool is similar to dfhack-run.
Installation:
go get bitbucket.org/telesto/hackurist/cmd/hackurist
or download the binary:
Usage: See
hackurist -h
Some examples:
hackurist help
./hackurist -a :5001 region-pops list
hackurist -d lua "print(df.global.world.units.all[0].name.first_name)"
There is an anouncement at the official dwarf fortress forums. you can contact me by sending a pm.