Facebook Script/Bot

Walash

Regular Member
Joined
Dec 23, 2014
Messages
331
Reaction score
73
Hey Black Hatters,

I started a little project that requires me to invite targeted audience to a facebook account. I've been wondering if someone knows a bot or script that does the following:

1 - Goes to a facebook profile URL (actually a list of them, scrapped by me);
2 - Friends the person;
3 - Repeats.

Also, it would be interesting to have a 3~5 second delay after each action and a 10-minute pause after each hour.

I'm really new to all this IM, Botting, scripting, SEO and SMO stuff, but already learned a lot here and appreciate every piece of info you guys provide. Hope to give everything back to this forum someday.

Thanks!
 
I wrote something kind of similar for twitter following with Robot class in java. However it is probably much more tricky with Facebook. Doesn't Facebook have a captcha after a few friend requests? If there is no captcha you should be able to use Robot class in java without a problem. The only downside is that it would take over your computer.
 
Hey Haley,

First let me thank you for replying to this thread.

Facebook has actually a limit of friend requests a day, something like 300, if I'm right - but is totally okay for me, 300 a day is a pretty good number actually. (I've never received a captcha to solve while addind people on facebook).

When you say "take over your computer" , it means I wouldn't be able to anything else while the bot is working, right? If so, that's also fine, because my objective is just to run it while I'm sleeping.

Thanks!
 
Hey Haley,

First let me thank you for replying to this thread.

Facebook has actually a limit of friend requests a day, something like 300, if I'm right - but is totally okay for me, 300 a day is a pretty good number actually. (I've never received a captcha to solve while addind people on facebook).

When you say "take over your computer" , it means I wouldn't be able to anything else while the bot is working, right? If so, that's also fine, because my objective is just to run it while I'm sleeping.

Thanks!



Yes that is what I mean by "take over the computer". Realistically you could always opt to do this on a cheap virtual private server. Then just log into the vps (virtual private server) to check on your bot. This would free your computer to do whatever. If you needed to run this bot on "multiple computers", you could just use multiple vps' to get the job done.
 
Do you have this code? Is it possible to share it with me? I can't pay you right now, but will sure tip as soon as possible!

Thanks a lot!
 
The code wouldn't be the same but I could direct you. Do you know any java? Also I wrote a twitter follower (takes in list of x twitter handles and follows them), not a Facebook friend adder. Although they would be extremely similar if you do not have to worry about captchas as you state.
 
I have zero Java knowledge... :/
 
Last edited:
Back
Top