[ASK] Create an auto app PHP

1 replies
hello everyone i want to ask

there is c2c site name toko bagus , so anyone can promote their product in thus site , but it must be approved before the ads appear in toko bagus website.

some time if your ads can be declined or approved , each declined or approved you will get email from toko bagus.
once your ads is approved you can edit it , and submit it and wating for moderation.

the problem is i must maintain my lot of ads.. so i want to create an auto app , which can create , or edit the ads for every time maybe every day or every 2 day.

i know the algorithm , here is :

1. login to toko bagus account

2. create ads , fill blank form (title , description, choose categories and sub categories, upload an image, and check top listing for paid ads ) then submit it

3. logout toko bagus account

4. for every 10 minutes or 5 mintues , login yahoo mail and check email from toko bagus , wheter approved email or declined email

5. if i get approved email then create log file (date approved , title aproved , ads id , and status (approved/declined) ) and logout

6. if i get declined email then create log file (date declined , title declined, ads id , and status (approved/declined) ) then

7. login tokobagus account ,

8. edit ads

9. submit it

10. do step 4


is it possible to create an auto app like this ? and what must i know before run this project ? please tell me the stuff to create an auto app like this ?
is i need yahoo API ?

thanks
#app #auto #create #php
  • Profile picture of the author Brandon Tanner
    I'm not familiar with the site in question, but if you don't know any programming languages, then the easiest way to do something like that would be to use an automation tool and create macros to do what you want. I like WinAutomation the best, but it's not cheap.

    The best free automation tool I know of is iMacros.

    https://addons.mozilla.org/en-us/fir...s-for-firefox/

    Of course, if you do know how to program in PHP or .NET, then you could write an app to do what you want. But that would obviously require a lot more work than using an existing automation tool.

    Alternately, you could hire someone to write a custom script or macro for you.
    Signature

    {{ DiscussionBoard.errors[8554939].message }}

Trending Topics