![]() |
2010-02-18
, 19:14
|
Posts: 248 |
Thanked: 43 times |
Joined on Nov 2009
@ US
|
#1
|
![]() |
2010-02-18
, 19:22
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#3
|
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-18
, 19:27
|
Posts: 248 |
Thanked: 43 times |
Joined on Nov 2009
@ US
|
#4
|
without any widget or ui implementation you could write a script which logs into ebay and gets the data. for this you'll need wget for fetching the website and sed for cut out the relevant data from the html-file. if this is working you can display the output of the script with an instance of desktop command execution widget. ^^
![]() |
2010-02-18
, 19:31
|
|
Posts: 1,390 |
Thanked: 642 times |
Joined on Nov 2007
@ California USA
|
#5
|
Is there any ebay widget out there that show your bidding or selling status for our N900?
The Following User Says Thank You to Den in USA For This Useful Post: | ||
![]() |
2010-02-18
, 19:38
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#6
|
WGETOUT=$(wget -o /dev/null -O- --load-cookies cookies.txt --keep-session-cookies --save-cookies cookies.txt --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)" http://ebay.com/$bidding-site)
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-18
, 19:41
|
Posts: 248 |
Thanked: 43 times |
Joined on Nov 2009
@ US
|
#7
|
i think it's very hard with one commandline...
sure it's possible (but that would be a very cryptic or if not cryptic very long line *G*)
the script would contain something like:
and some sed to get the interesting dataCode:WGETOUT=$(wget -o /dev/null -O- --load-cookies cookies.txt --keep-session-cookies --save-cookies cookies.txt --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)" http://ebay.com/$bidding-site)