Automate wordpressn Real-Estate Listings Addition

Job ID: 40014295

Budget: $10 – $30 USD

Hi,

I have a real-estate wordpress site with property listings.. I need to automate adding the properties from a text file.. by creating a shell script (run from SSH) that calls wordpress's addnew post php file:
wp-admin/post-new.php?post_type=property

and pass all the arguments to it in a text file , for example the text file format will be:

*postID:
100

*title:
apartment for sale

*description:
a great apartment with view
the apartment is for sale
no broker, direct sale

* Media ID: (media ID is the id of the image in wordpress's library)
50

* Price:
100000

*area:
1000

*city: (trm id in terms table)
5

*State: (trm id in terms table)
4

*Category (land, apartment, villa, ...etc which is also termID in table terms)
3

* Offer Type (sale, rent..etc which is also termID in table terms)

then separation line for the new property to add like :
****************
and another property info listed

that's all the data that will be passed to the php file as arguments ..

I'll pay $35 for this ..

Thanks..