[Sikuli]Twiends like bot + bypass public profiles [not imacros]

_Chip_

Senior Member
Joined
Jun 28, 2009
Messages
847
Reaction score
258
Over the past few days, after seeing all the hoopla over twiends bots, I signed up with twiends and started playing with it.

I tried with twitter first,but twitter blocked me for aggressive following and unfollowing.So, i dropped it and started with fb likes. Fortunately, there are no blocking by fb for aggressive liking.(using a PVA)..

I thought of making a bot.I have never used imacros, so i decided to go with sikuli.

Download link: (open source)
HTML:
http://sikuli.org/download.shtml

With the little coding knowledge that i have, i managed to make this little script, and i decided to share it with you guys.

Code:
2wmmn81.png

(for the loops to work properly, pay attention to the indents)

I tested it with chrome a couple of times, it worked ok!

I am not a native coder, so there might be bugs.Pro coders can correct it and post it back. :)

Thanks and rep appreciated!
 
Last edited:
Is this "sikuli" only works with chrome?
I have a strange problem with imacros twiends bot, it works like charm but only in nights :D :0
 
Last edited by a moderator:
Is this "sikuli" only works with chrome?

it will work with anything.It just uses screenshots for automation!
its a desktop software, not any browser addon!
 
Oh i didnt notice that its a software, im on my phone now. Will give it a try in night
 
Sikuli is a great software but requires quite a bit of learning to make it work properly...

I tried using it and left it aside, as it's a little hard to use
 
@ OP thanks for share


anyone got it working ?
please help me...
 
Last edited:
Thanks for this share
I am scaling this up now
running one more os in VMware :D
 
After a little debugging i added a little extra code.
while testing it, i saw bot used to crash, because in between, it used to encounter like boxes, which is already liked!
So, i added a little exception handler.
Now, this should hopefully work w/o crashing!

242bs5s.png

[you can increase/decrease sleep time according to your computer/internet speed]
 
i like this sikuli thing, however i can't really get it to work with this script

it took some time until i figured that these screenshots of yours can be used as source files :)
i don't even know this kind of application exists
 
i like this sikuli thing, however i can't really get it to work with this script

it took some time until i figured that these screenshots of yours can be used as source files :)
i don't even know this kind of application exists

its not so tough, just play around with it.
 
Works fine :D
thanks OP
Did 2k seeds till now.
 
Last edited:
how does it work?I didn't get it :-(

1] download sikuli
2] download latest java if you dont have!
3] make the exact same codes from the pics above, in the sikuli program. (you may need to make your own button screenshots)
4] in the browser, login and goto twiends.com/facebook/all
5] click the play button in sikuli
 
Hi. Can you help me? I got this error:
error] Stopped [error] An error occurs at line 6 [error] Error message: SyntaxError: ("mismatched input 'sleep' expecting INDENT",
 
@OP
Thanks to have made me discover sikula :)
I played a bit with it, and I made a script to let blog comments automatically, but I have a problem when I ask it to type an hyperlink with anchor text, here is what I use the command :

paste(<A HREF="http://www.mysite.com">Keyword<//A>)

but it doesnt like the double quote (in red) and send me an error message, have you got a solution please?

Sorry for the off-topic :)

Thanks
 
It does not pass any command after 'for n in range (10):' Can you explain more.
 
Good stuff, thanks for the share! Sikuli is a good tool to add to the automation arsenal
 
Back
Top