Quantcast
Channel: Biet-O-Matic Forum

Re: Artikelliste Scrollleiste fehlt

0
0
Autor: Paula
Verfasst am: 22.09.2012 - 12:41 (GMT 1)

Hallo!

Ich hab das gleiche Problem, keine Scrollleiste.
Und ich finde im benannten Ordner keine Settings.ini die ich umbennen könnte Sad

Hab auch schon neu installiert, leider ohne Erfolg.
Hat noch jemand ne Idee?

Danke!

Grüße,
Paula


Re: Artikelliste Scrollleiste fehlt

0
0
Autor: hamstiglue
Verfasst am: 22.09.2012 - 13:03 (GMT 1)

Start / Ausführen: %APPDATA%\Bom

Re: Artikelliste Scrollleiste fehlt

0
0
Autor: Paula
Verfasst am: 22.09.2012 - 13:19 (GMT 1)

Aha, danke für die Hilfe Smile

Und siehe da: der Scrollbalken ist wieder da.

Ähm, wie gehts jetzt weiter? Muss ich die settings.ini jetzt löschen, Einstellungen neu vornehmen und speichern?

Sorry für die dummen Fragen... Embarassed

Liebe Grüße,
Paula

Re: Artikelliste Scrollleiste fehlt

0
0
Autor: hamstiglue
Verfasst am: 22.09.2012 - 20:41 (GMT 1)

Das wäre eine Möglicheit. Probiers doch einfach mal.

Re: BOM now failing on USA

0
0
Autor: hamstiglue
Verfasst am: 22.09.2012 - 21:24 (GMT 1)

Semi-good news: In the html I posted recently you see only placeholders, no real data. That means some javascript has to fill these with real values. And indeed there is some kind of data structure (JSON) where all the stuff exists that BOM needs, here a short snippet:

Zitat:
"minToBidPrice":"US $36.00","showBidLayer":true,"largeButton":false,"itmCondition":"Used","binPrice":null,"binURL":null,
"bidPrice":"US $35.00",(...),"bids":1,"bidCurrencySymbol":"US $","lotSize":0,"remainQty":1,"maxQtyPerBuyer":0,
"availableQuantityThreshold":10,"totalOffers":0,"qtyPurchased":0,"totalBids":1,"timeLeft":{"daysLeft":0,"hoursLeft":19,
"minutesLeft":35,"secondsLeft":2},"siteId":0,"versionView":false,"versionQtyTxt":null,"ended":false,"supressQty":false,
"sellerView":false,"newCVIPView":false,"printView":false,"previewItem":false,"scheduled":false,"sold":false,"won":false,
"totalQty":1,(...),"gtc":false,"halfOnCore":false,"txnSaleDate":null,"startTime":1347675862000,"endTime":1348280662000,
"bid":true,"bin":false,"expired":false


That means, if they keep using this method they will not change the key words that often as they did with the class/span tags in their html. If so BOM could be where stable in parsing the data over a long time and this should work site independent (com/de/fr/it/whatsoever).

But we will have to wait until its common to all servers and BOM needs slightly changes to parse the unix timestamp date values.

API item details download tool

0
0
Autor: N Morrison
Verfasst am: 22.09.2012 - 21:45 (GMT 1)

OK, that's an approach.

Although I am very reluctant to do it myself, the other approach is this:

http://developer.ebay.com/devzone/shopping/docs/concepts/shoppingapiguide.html

Example:

This post contains too many external links.

By creating software that doesn't bid, you can use the shopping API to search and watch, presumably with no complaint from eBay.

With an export function, bids could be made via a separate application, either directly by that application or via

This post contains too many external links.

or

This post contains too many external links.

Re: API item details download tool

0
0
Autor: hamstiglue
Verfasst am: 22.09.2012 - 21:56 (GMT 1)

I thought about API several times. You'll have to be certified to get a key, this may done as you explained by leaving out the bid function but the other problem are the cost for API calls. Last time I checked there was a small amount for Free and bigger amounts have to be purchased. That does not Match with Boms Free approach.

Re: API item details download tool

0
0
Autor: N Morrison
Verfasst am: 22.09.2012 - 22:20 (GMT 1)

AFAIK, there's no charge for search type calls.

Access and Rate Limiting

Access to eBay Shopping APIs is over HTTP protocol, and requires an AppID. User-level authentication is not required. eBay Shopping API requests are limited to 5,000 requests per IP per day. To request additional queries, apply for a Compatible Application Check.

I can't find any fees that they charge for using this. In fact it looks like they only charge fees for normal seller usage of eBay - nothing for the APIs.


Re: API item details download tool

0
0
Autor: hamstiglue
Verfasst am: 23.09.2012 - 07:00 (GMT 1)

Hm, it was the certification then. 5000 per day is nothing. Like 50 items every 15 minutes. So you will Need to be certified. But what kind of program you would you suggest that ebay would give a key for more often calls?

Re: API item details download tool

0
0
Autor: N Morrison
Verfasst am: 23.09.2012 - 07:40 (GMT 1)

It seems to me they want to encourage people to search and bid. As long as the software encourages that they should certify it.

Clearly a new program needs to be split into regular items and buy it now items. That will cut down on needed queries.

Re: API item details download tool

0
0
Autor: hamstiglue
Verfasst am: 23.09.2012 - 08:00 (GMT 1)

You are welcome to contribute Wink
The new program can be in any language as it should generate text files with item details.

Re: API item details download tool

0
0
Autor: N Morrison
Verfasst am: 23.09.2012 - 16:00 (GMT 1)

hamstiglue hat Folgendes geschrieben:
The new program can be in any language as it should generate text files with item details.

Did you ever implement a system to use MSAccess or SQLServer to store the bid information? Or does the .csv file work well enough?

Re: API item details download tool

0
0
Autor: hamstiglue
Verfasst am: 23.09.2012 - 21:47 (GMT 1)

Although csv is not first class it has well done its job in the last years. There was no need for a multi user access and the csv was only needed to save the data at exit (or in between just to be sure Smile)

I think it will be okay to launch the "api tool" and give it a file name where it should save the results. BOM could read it afterwards and delete it. No need to access BOMs own Artikel.csv

Re: API item details download tool

0
0
Autor: N Morrison
Verfasst am: 23.09.2012 - 22:38 (GMT 1)

hamstiglue hat Folgendes geschrieben:
I think it will be okay to launch the "api tool" and give it a file name where it should save the results. BOM could read it afterwards and delete it. No need to access BOMs own Artikel.csv

For today, it would be good to have a tool which sent an email, a text message or a tweet to your phone when an item was coming up for sale or you were outbid. You could even send back a text message which could increase your bid. A code number would prevent false messages from bidding.

Re: API item details download tool

0
0
Autor: hamstiglue
Verfasst am: 23.09.2012 - 23:06 (GMT 1)

Sure there are lots of nice features out there but this was a discussion about whats needed for an api item getter tool. That only needs text files. If BOM should save its items to another database is independent of that.

Re: BOM now failing on USA

Re: API item details download tool

0
0
Autor: N Morrison
Verfasst am: 23.09.2012 - 23:21 (GMT 1)

Sure. You could receive to BOM_New and send to Not_BOM_Bidder.

Re: BOM now failing on USA

0
0
Autor: N Morrison
Verfasst am: 23.09.2012 - 23:56 (GMT 1)

OK. BTW, Artikel.csv is now 2 MB in size - this is one single item in the file (they're all like this):


130768004844;Vintage Argus Camera 35mm f/3.5 50mm Range Finder ~ 2 included in LOT;23/09/2012 3:55:33 PM;12.03;\n US $;0;;0;0;;;0;9.50 \n $;monroeam;;Please enter a valid name (Separate multiple list names with a comma.) Cancel/?;"Wheaton, MD, United States</div>\n\t\t<div></div>\n</div>\n</div>\n\t\t<div></div>\n\t\t<div><div> </div>\n\t\t\t\t<div>\n\t\t\t\t\t<div>\n\t\t<div>Ships to: </div>\n\t\t<div>\n\t\t\tUnited States<span>\n\t\t\t\t\t\t\t\t<a>See exclusions</a>\n\t\t\t\t\t\t\t</span>\t\t\t\n\t\t\t\t\t\t</div>\n\t</div>\n</div>\n\t\t\t</div><div><div></div>\n\t\t\t\t<div>\n\t<div>Import charges:</div>\n\t<div>\n\t\t<div>\n\t\t\t<span>\n\t\t\t\t<span></span>\t\t\n\t\t\t\t (estimated and based on current bid) </span>\t\t\t\t\t\n\t\t\t<span>To be provided at checkout </span>\n\t\t\t<span>\n\t\t\t\t<a> </a>\n\t\t\t</span>\n\t\t\t<div><div>\n\t\t\t\t\t This amount includes applicable customs duties, taxes, brokerage and other fees. This amount is subject to change until you make payment. For additional information, see the Global Shipping Program <a>terms and conditions</a></div>\n\t\t\t</div>\n\t</div>\n\t</div>\n\t<div></div>\n</div><div>Delivery:</div>\n\t<div>\n\t<span>\n\t\t\t<!-- Fi rst shipping service's cost -->\n\t\t<PC>\n\t\t\t\t<sea>\n<div></div>\n\t<div>\n\t\tEstimated on or before <strong>Thu. Sep. 27</strong> to 98230</div>\n\t<span>\n\t\t<a> </a>\n\t</span>\n\t<div><div>\n\t\t\t Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods. </div>\n\t</div>\n\t<div></div>\n</span>\n\t</div>\n\t</div><div></div>\n\t\t\t<div>\n\tPayments:</div><div>\n\t<div>\n\t\t\t<img>\n\t\t\t\t\t\t\t\t\t, Bill Me Later<span> | <a></a><a>See <b class="">payment</b> details</a></span>\n\t\t\t</div>\n\t</div><div></div>\n\t\t\t<div>\n\t\t\t<div>Returns:</div>\n\t\t\t<div>\n\t\t\t\t\n\t\t\t\t\t<table>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t14 days money back, buyer pays return shipping | <a></a><a>Read details</a>\n\t\t\t\t\t\t\t";0;0;1;-7

BOM bietet NICHT

0
0
Autor: giuppy
Titel: BOM bietet NICHT
Verfasst am: 24.09.2012 - 19:54 (GMT 1)

Hallo,
leider hat BOM 2.1.4.8 nicht geboten siehe Anlage.

ich habe ein Laptop mit window 7 64bit.

Kann sein dass BOM ,wenn mein Laptop in ruhezustand ist, nicht bietet ??
ich habe mehrere test durchgeführt und hat immer funktioniert.
Leider wenn ich nicht zu Hause bin kommt immer vor dass nicht funktioniert


Muss Java installiert sein ?

aus History.log
16.09.2012 15:06:17 5716 Zeitsync Differenz 3 Sekunden
16.09.2012 16:22:36 5716 Art: Desigual Jeansmantel Gr. 42 (38-40)(320979650930) Ende
16.09.2012 16:22:36 5716 PostUpdate Art: Desigual Jeansmantel Gr. 42 (38-40) (320979650930)
16.09.2012 16:22:37 5716 verloren Art: <span>Desigual Jeansmantel Gr. 42 (38-40)</span> <span></span> (320979650930) Hoechstbieter
16.09.2012 16:32:32 5716 Zeitsync Differenz 2 Sekunden

Gruppen - nur bieten bei erfolgreichem Gebot auf gleichen Artikel (Paarkauf)

0
0
Autor: surfvill
Titel: Gruppen - nur bieten bei erfolgreichem Gebot auf gleichen Ar
Verfasst am: 25.09.2012 - 23:01 (GMT 1)

Diesen Vorschlag gab es wohl vor Jahren schonmal in der Yahoogroup...
Per Gruppenbildung kann ich ja dafür sorgen, dass nur 1 Artikel gekauft wird - alle anderen werden nach erfolgreichem Gebot gecancelt.
Nun kommt es vor, dass ich nur dann einen zweiten (gleichen) Artikel bebieten will, wenn ich den ersten erfolgreich geschossen habe...
Ist das evtl. bereits impementiert? Mir ist es schon immer mal passiert, dass ich ein Paar kaufen wollte, es aber nicht mit BOM realisieren konnte.
Nun läuft bald ein Paar aus, bei dem der Verkäufer so "clever" war, beide Auktionen mit 10 Sek. Abstand reinzustellen... Anstatt: "den zweiten gibt's zum selben Preis des Auktionserlöses dazu" - Deppen!

Re: Gruppen - nur bieten bei erfolgreichem Gebot auf gleichen Artikel (Paarkauf)

0
0
Autor: hamstiglue
Verfasst am: 25.09.2012 - 23:09 (GMT 1)

Ja, das geht mit einer +Gruppe. Den ersten Artikel in Gruppe "a" und den zweiten in Gruppe "+a". Der zweite steht dann auf "hold" und wird nur beboten wenn der erste erfolgreich war.

Re: Automatisches Bieten, obwohl aktueller Preis schon höher?

0
0
Autor: junky
Verfasst am: 25.09.2012 - 23:18 (GMT 1)

kann man diese Funktion abschalten?
es ist unnötig trotzdem zu bieten obwohl der preis von dem Artikel über dem Limit liegt


Re: Automatisches Bieten, obwohl aktueller Preis schon höher?

0
0
Autor: hamstiglue
Verfasst am: 25.09.2012 - 23:22 (GMT 1)

Derzeit nicht möglich.

beendete Artikel im ausgeschalteten Automatik aktualisieren?

0
0
Autor: junky
Titel: beendete Artikel im ausgeschalteten Automatik aktualisieren?
Verfasst am: 25.09.2012 - 23:28 (GMT 1)

hi

Wenn ich in meiner Artikelliste 300 Artikel habe wie muss ich BOM einstellen damit im ausgeschalteten Automatikmodus nur beendete Artikel sofort aktualisiert werden?
Und nur die Artikel die ab 5 min vor Auktionsende sind ? z.B alle 10 Sekunden?

Wenn ich das über Artikel Aktualisierungsoptionen mache aktualisiert BOM alle 300 Artikel und das dauert ewig

obere Limit bei erreichen automatisch löschen

0
0
Autor: junky
Titel: obere Limit bei erreichen automatisch löschen
Verfasst am: 26.09.2012 - 00:08 (GMT 1)

kann so eine Funktion eingebaut werden die manche Artikel bei erreichen des oberen Limits automatisch aus der Liste wirft?




Latest Images