Auto Post in Facebook Groups Bot

Status
Not open for further replies.

Red_Rebel

Registered Member
Joined
Apr 20, 2018
Messages
60
Reaction score
40
I recently created a post here in this section offering free bot making services . I did receive lot of requests. I taught why not release some of the bots for all. So vaibhav123 has requested for telegram and facebook bot to post in groups.

I will be releasing a python based selenium facebook bot.
Which will work only for a single user. It will accept facebook group urls in excel sheet and it will start posting in the fb groups. This is going to be a slow and simple bot that runs in the backgroud. I taught I will shedule it to post every 15mins.

I also add a feature to choose your custom backgroud. For now you can choose red, black and dark red. Since other backgrounds are distracting.

I will be releasing the bot on 16th March 2019.

Please post any requirments you have for this particular facebook group posting bot
 
Add Random noise: visiting other pages, other profiles, checking group members, etc…
 
Isn't selenium detectable? rather than every 15 minute - go for random 10-15 minute.
 
Are you releasing that telegram bot of 16th as well?
 
Following.. I just want a detailed instruction on how to set and use it.. I'm not code savvy..
Thank you for this kind gesture
 
Add something that scrambles the post, like flips it etc, add random filter, forces it to change md5 so each post is unique and people don't get those pesky verification pages all the time :P
 
Add Random noise: visiting other pages, other profiles, checking group members, etc…
I wouldn't care too much about this. In the end, a Selenium bot is always detectable (at least with recent versions of webdriver/Chrome) unless you modify the webdriver binary and compile chrome yourself (maybe injecting js works as well, i dont know). So I'm pretty sure facebook has an idea that you're using Selenium but they accept it as long as you don't overdo it.

@ViU
 
Following.. I just want a detailed instruction on how to set and use it.. I'm not code savvy..
Thank you for this kind gesture
I will be releasing a video with instructions
 
Isn't selenium detectable? rather than every 15 minute - go for random 10-15 minute.
It is detectable, would not be a problem if your not doing too much
 
  • Like
Reactions: ViU
Status
Not open for further replies.
Back
Top