Skip to content

Working Console Build

Pre-release
Pre-release
Compare
Choose a tag to compare
@discomethod discomethod released this 25 Jan 07:06
· 26 commits to master since this release

USE AT YOUR OWN RISK

I can offer no guarantee that the program will work exactly as promised, blah blah, read the license!

With that out of the way, there is some good news. It is now possible to log in and complete a batch trade in (trading in all excess runes). Still very much rough around the edges, and no GUI, but it works.

screenshot

There were some bugs in the middle of running, but all said it took about 20 minutes to trade in about 4000 nora worth of runes. I did not do any benchmarking, but I suspect most of it is waiting for the Pox Nora server response which will inevitably take a long time.

If you download all the files to you local machine (include the .data files!), you should in theory only need to run two commands to trade in all your runes:

import crawler
crawler.do_login('my_username','my_password')
crawler.do_trade_in_batch()

Yay! GUI version and any bug fixes (which I'm sure there will need to be) will be coming soon.

If there are any issues or problems or questions or suggestions, please open a Github issue so I can get a look at it.