You can download a prebuilt version of the application Here
##Usage Extract the zip file, and run nw.exe, this will start the program. at this point, you will have to log into steam, since the only elegant way to change item positions inside of Dota2 is by emulating a Dota client This application does not in any way store, or distribute your password or any other personal information
##Building
###Windows
- Run the
get-node-webkit.batFile, this will download the required version of node-webkit, and place it in the right directories - Run
build-deps.bat, this will download the nodejs modules needed to interface with the dota2 game servers, and will build them to be used with node-webkit - Run
build/build.batthis will package the application together as a .exe, and place it in the build/win32 directory
Currently, because of a bug with node-webkit the application needs to be named nw.exe or it will fail to load some required files
###Linux Linux is currently not officially supported right now, however there is nothing stopping the program from running on linux, you would just need to change the build mechanism If anybody wants to work on this, i suggest having a look at nw-gyp It is the program that compiles the nodejs modules for use with node-webkit
##Dependencies
-
nodejs
-
npm
-
Windows
-
Linux
- Linux is currently not officially supported, however there is nothing stopping the program from running on linux, you would just need to change the build mechanism