
eBay Watcher
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The desklet will display the title, current price, and remaining time (in days, hours, minutes) of a list of eBay items.
See the enclosed readme for initial setup.
Add items through the option in the context menu. Enter only the item number.
13 years ago
0.2 - Displays remaining time rather than end time. Allows customization of column widths, and characters shown in title.
0.1 - First release.
13 years ago
0.2 - Displays remaining time rather than end time. Allows customization of column widths, and characters shown in title.
0.1 - First release.
p0pt0nes
11 years ago
Report
cumpstey
13 years ago
What makes it expecially frustrating is that it's getting negative ratings when there isn't even an alternative. It's the only gdesklet I'm aware of to do what it does, and it's functional. Fair enough to rate it bad if there were another 5 that had the same functionality but were prettier or more customizable, but there really aren't.
Report
timbue
13 years ago
There's also an error coming up when starting the app: Quote:.gdesklets/Displays/eBayWatcher/ebay.display
> 1 ctrl = get_control('IeBayScrap:3rvo76u5xtq96pizbtiz3votr-2') item_list path is set up correctly.
Report
cumpstey
13 years ago
You could try using the File > Install Package function in the shell. I don't know what structure the tarball has to have, but it's worth a go.
I hope you get it to work.
As an example of the trouble I've had with installing controls: I initially wrote the control, named it IeBayScraper, and tried to install it but it was not recognised. I then copied a working control, renamed it IeBayScrap, installed it successfully, then edited it successfully. Then, when I tried to rename this gDesklets refused to recognise it. It's a working control, but apparently only works under one name. It's pretty frustrating. I hope that the new version 0.40 is a little more reliable.
Report