Jump to content

Help me create a script that runs in the background to upload Yahoo Auctions Singapore - Willing to pay


tradertt
 Share

Recommended Posts

Hi

Can any developers help me in creating a simple script that is able to run in the background (hopefully) for a fee?

My request is very simple actually.

I want to list in Yahoo auctions. I have attached the selling page and will go more in details if anyone can help.

Basically I need a bulk lister to do these few things:

1) Upload a thumbnail into Yahoo by clicking on the "Upload Photo" button.

2) Enter the Title Desired

3) Description and all the fields. (I can use a Form filler actually to do this portion)

4) Start Time (I need it to start from like Feb 1, 2 , 3 ,4 depending on what day it is today)

and the start time will always stay constant at 1pm - 2pm Only the start date will change

5) Closing time will change. It will keep uploading new auctions from 12am - 1am, 1am - 2am onwards

So what is happening is that I will key in the Title etc that I desire and the script will run by Uploading the pictures, Setting the Start Time to be Todays Date, Closing time to be 12am - 1am and list this auction

Then it will re run the whole thing again and change the closing time to 1am - 2am

After it runs through all 24 hours of Closing time, it will change the Start Date to the Next day and start the Closing time loop all over again.

Please email me at gsm_03_03@yahoo.com.sg if this can be done.

Thank you and I appreciate any help.

David

yahoo_auctions.htm

Link to comment
Share on other sites

Some simple IE functions would do what you want, like _IEAction, _IEFormSubmit, _IECreate, etc

What you would do is to first create a new IE window with _IECreate. Then using _IENavigate, go to the auction page. Next use the _IEForm functions to enter stuff into the form. Repeat if desired, or use the refresh option in _IEAction to refresh the page to check for buyers.

For the time, use _Now to find the current date and time, and execute the program from there.

For having it run silently, you could use GUISetState(@SW_HIDE) to hide the GUI.

I wouldn't really say this is a project that would require pay...

Edited by BALA
[font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Link to comment
Share on other sites

Some simple IE functions would do what you want, like _IEAction, _IEFormSubmit, _IECreate, etc

What you would do is to first create a new IE window with _IECreate. Then using _IENavigate, go to the auction page. Next use the _IEForm functions to enter stuff into the form. Repeat if desired, or use the refresh option in _IEAction to refresh the page to check for buyers.

For the time, use _Now to find the current date and time, and execute the program from there.

For having it run silently, you could use GUISetState(@SW_HIDE) to hide the GUI.

I wouldn't really say this is a project that would require pay...

Yes it is just that I have ZERO programming skills.... and I need the program up urgently ....

Can anyone help?

Sorry about this.

Thank you

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...