[NEED] iMacro Facebook Messeger

MisterSuprm

Registered Member
Joined
Apr 15, 2014
Messages
50
Reaction score
2
Hi there,

So I am in need of a Macro which will basically send messages to Facebook users through my account and bait them to my website. However I am not sure if its possible to do with iMacros. At least the sending part is however I need to prevent the Macro sending a message to someone that has already been messaged. Is this possible to do? If yes, I can pay $_$ dolla!

Thought Process:

Data Scrap 10,000 Facebook Profiles. (this step is already covered by me)
Load Profiles into TXT.
iMacro loads the profiles one by one from the TXT, moves down line by line and messages the profiles.
iMacro detects whether the user has been previously messaged, if so, it skips the profile and goes to the next one.

Is something like this possible? If not, can it be done in Python or Javascript. A GUI would be nice but not required (:
 
You will need an if statement to check if the message has been sent, it can be done with javascript and python i dont think its possible with imacros, but you should search on google for 'imacros if statement' because i remember reading on some forum that some guy was able to do if statements with EVAL somehow.
 
Interesting. So it can be done so that the script sees that you have already messaged that person. How difficult would that be and how much would someone charge to code it up?
 
You will need an if statement to check if the message has been sent, it can be done with javascript and python i dont think its possible with imacros, but you should search on google for 'imacros if statement' because i remember reading on some forum that some guy was able to do if statements with EVAL somehow.

Why wouldnt he use for loop for each profile. When its completed move to the next one instead of checking is the message allready sent.
 
Back
Top