Discussion: New App: Glitch Autosell

Hi all,

Please find my first Glitch API creation ready for testing.

Glitch Autosell
http://gas.tsak.net/

It allows you to automatically auction items matching predefined rules. It is also great way to re-list items that have not sold. This is achieved by periodically checking a player's inventory (once every minute) and creating an auction for every item slot that matches a given rule.

I would be really grateful if you could give it a try and let me know what you think. Due to the current beta status of Glitch, I can't create another account easily, therefore I haven't had the chance to test this with more than my own account.

Known issues:
* You can create more than one rule per class of item. Only the last created rule will match. This will be addressed in the future.
* Validation is currently lacking, be gentle...
* You can enter a quantity that is higher than the maximum allowed stack size (i.e. 55 chunks of ore) - this has no effect

I've made the whole thing open source (haven't decided on a license though). You can find the source code on GitHub (https://github.com/tsak/glitch-auto-sell) If you'd like to contribute get in touch. Feel free to use this as a primer for your own applications.

All the best,
Revilo
Just to let you know, I'm using your code to learn the API. Thank you for making it available! I'll post mine on github too once I get it going.
Nice. I'm curious to know what you come up with.

Be careful though, the version I posted a week ago was fairly insecure.
excited to try this when the game opens again
Are there any new updates fourth coming for this app, or are we at the finished product now?    I would love to see a addition for setting the amount I can post to the auction house so I do not have to start/stop my rule because I have 3000 cherries in my bag.   I only want to send 1000 to the AH but the rule sends all of them unless I pause it.  I want to be able to keep a flow of items on the AH and not overload it when I have an excess of an item.

-Steve