Need someone to create Imacro using iopos imacro automation ($40 by paypal)

Status
Not open for further replies.

xpyda01

Junior Member
Joined
Mar 22, 2010
Messages
170
Reaction score
120
Hello,

I need someone to create imacros with the following function:
- load data from a csv file
- register an account on a site (with captcha solving using decaptcher.com)
- login then posting something (articles/blog post)
- extract something
- logout

Example iMacros: (Tumblr Register)

===============================================================================
VERSION BUILD=6600525
TAB T=1
TAB CLOSEALLOTHERS

FILTER TYPE=IMAGES STATUS=OFF
SET !DATASOURCE C:login.csv
SET !DATASOURCE_COLUMNS 5

'Fill The Register Form
URL GOTO=http://www.tumblr.com/register
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/register ATTR=ID:user_email CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/register ATTR=ID:user_password CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/register ATTR=ID:tumblelog_name CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/register ATTR=VALUE:Sign<SP>up<SP>and<SP>start<SP>posting!

'Click Logout
WAIT SECONDS=#DOWNLOADCOMPLETE#
TAG POS=1 TYPE=SPAN ATTR=ID:account_nav_item
TAG POS=1 TYPE=A ATTR=TXT:Log<SP>out

'Wait Till Complete
WAIT SECONDS=#DOWNLOADCOMPLETE#
===============================================================================

Your iMacros should be well-documented just like the example above!


Note: the macros can be created easily using the built in imacros recording function.
Please only bid if you have an experience in this area.

More info about iMacros: http://wiki.imacros.net/Main_Page

Reply to this thread about your skills and i will PM you.

Thanks
 
I've done something similar before in my own project. I've successfully incorporated decaptcher in imacros (which required wamp). Everything else in your list is textbook imacros. PM me the site to register to and let's what we can do.
 
Hi,

Did the TS already got his requirement fulfilled?
OT: how much should one (usually) pay for this type of bot programming?

TIA.
 
I can do this very well in vb.net, will perform faster than imacros and will provide decaptcher solving solution
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top