File feed JBidWatcher possible?
|
|
Hello, Morgan and all: Thank you for this wonderful tool, I have started to use JBW not long ago and still learning. I have searched the forums about how to feed JBW with a text file, but did not get any results. Here is a file format like: item number, sniper price list could be long and manually input will be time consuming. so is there a way to feed the text file directly into JBW? so it will set the item number with the sniper price? if yes, how? thanks. Jim |
|
|
Easy. configure jbidwatcher to act as http server, then use wget or another command-line tool able to submit http requests to feed the auctions/snipes to jbidwatcher. The Variable AUCT contains the auction number, which you can read from your file in a loop. hostname and port depend on your configuration. delete-after just tells wget not to keep a copy of the http reply the bidwatcher webserver offers in the filesystem. If you’re uncertain about the URL, try pointing a browser at the local bidwatcher webserver, and see how the link for the actions (add/snipe/…) is formed. Q |