Feature request: snipe amount from external program (USD 200,- reward)
|
|
I would love to get the snipe amount calculated from an external program (like a perl script). Proposal: Now the external program calculates the snipe amount and exits, giving the snipe amount back to jbidwatcher. I’m offering USD 200,- for the implementation of this feature. |
|
|
Greetings, You can GET the URL http://localhost:9099/activateSnipe?id=19028091… and it will add a snipe (and now, with changes I made earlier this year, it’ll actually update the view!) to the app. and to cancel a snipe, you can use: http://localhost:9099/cancelSnipe?id=190280918098 This requires, of course, that the internal web server be running. I’m pretty sure error handling isn’t great, so I’m not sure offhand what happens if you put in an auction that isn’t in JBidwatcher. You can add an auction to a running JBidwatcher instance by GETting: http://localhost:9099/addAuction?id=190280918097 Hope that helps with your scripting needs. — Morgan Schweers, CyberFOX! |
|
|
Sounds great. and then setting the snipe amount http://localhost:9099/activateSnipe?id=19028091… As soon as I have some free time at my hands I’ll set up another account for testing. If this works for me, there’ll be some sniper’s bounty on its way. ;) No kiddin…. Thank you CyberFOX for this great tool! |
|
|
Web server & local html view runs great!. BTW: how to enable jruby? When starting jbidwatcher, “Error setting up scripting: java.lang.NoClassDefFoundError: org/jruby/runtime/builtin/IRubyObject” BTW: I have install jruby-0.9 and jruby-1.0. Enjoy! |