What Should A Facebook Bot Do?

The Doctor

Senior Member
Joined
Dec 18, 2010
Messages
1,110
Reaction score
474
I have a FB bot that I never did anything with. It uses a proxy to log into each account. From there, what would be the desired actions? I can make it do anything. Was thinking about adding a few nice features, putting it up for sale, and then adding more features as I go. What would be the first features to add? What are some example bots out there I could look to?
 
After logging in the account :

Profile/Friends actions :

- Auto fill the accounts: pictures, complete bio's.
- Post on timeline.
- Auto post review on page, importing mass reviews from CSV.
- Post on friends timeline in mass.
- Auto like/comment/share a post by just entering the post id/link .
- Browse friends profile & scrape list of pages they like & groups they are in.
- Scrape list of IDs (profile) from a specific region or by interests, it's possible to get theses from the graph, but don't know if there is a way to automate the whole process .
- Scrape emails from friends posts & bio.
- Mass invite friends to group(s) we created.
- Send multiple friend requests to a list of IDs.
- Send mass messages to friends.
- Auto tag friends in posts : Since facebook limited the number of accts you can tag, I'm thinking if it's possible to automate the process of taging different batch of friends within multiple posts. So in the end you will tag all the friends.

Pages Actions :

- Scrape pages based on a keyword, & filter by Likes.
- Post on Facebook pages: the ones we own & other's pages.
- comment on Facebook page's last posts.
- Save the comments & posts link so you can bump them with #4 feature above.
- Scrape emails from multiple facebook pages description.
- Scrape emails from comments & posts on a Specific or multiple Facebook page(s).
- Grab the latest posts of Facebook pages & post them automatically to pages, groups or profiles we own, & The ability to filter those posts by Keyword, content type (image,link, video...).
- Also a UI can be integrated where we sees the posts grabbed in real time so we decide which one to publish & edit it manually.
- Auto invite peoples who likes/reacted to a post to like our pages.
- Scrape peoples who liked/reacted, commented or shared (to) the lasts posts of a specific Facebook page.
- Auto message peoples who reacted/commented/posted on a posts.
- Send different message depending on what reaction peoples choose: a template for those who like, another one for those who laugh..etc
- Auto reply to comments of a post.
- A tool where you can add list of facebook pages & it fetch the posts of the page to check engagement & average posting counts to gives you insight about the page performance.

Groups Actions

- Scrape groups based on keyword, & the ability to filter search by group members.
- Auto join groups.
- Auto message groups admins.
- Scrape emails from multiple groups descriptions.
- Scrape groups members ID.
- Auto post in groups.
- Auto save group posts links for bumping after.
- Auto share posts from page to group.
- Auto creation of multiple groups.
- Auto invite from a list of IDs.
- Auto manage groups we own: delete members, watch engagement rate, posting counts ... etc.

And for any auto posting action : add the ability to grab contents from RSS feeds + Spintax.
 
It'd be great if it was possible to build a bot around the facebook app instead of using the browser
and the amazing requirement list from @Setox
 
I agree with @Setox and I have something to add, not really a feature, but something that would combine more features to make accounts act like human accounts, let me give you some examples:

1)Adding a random number of friends in some days only.
2)Scrolling on facebook timeline, liking random photos, go to some people profile and like more photos, maybe post few comments, like some pages that posted content shared by your friends, join some groups.
3)Post photos wish a happy birthday to the account friends when is their birthday.
 
nice. good replied here. thanks!!!
 
Do not forget Facebook Shop inside Page. That also need to be automated
 
@Setox I am a software engineer. If I programmed that for blackhat world members, what would be a fair pricing plan for something like that?
 
  • Added scraping of all friends from friends list.
  • Added auto-upload pictures to main album from a folder.
  • Scraped all friends FB email addresses. Maybe get personal emails? Are they on there? Let's see.
 
When I need a quick email list from facebook I use something like this in my bots:

inurl:facebook.com "@gmail.com"

TO be honest this is even better:

site:facebook.com "@gmail.com"
 
Last edited by a moderator:
Is it built on zenno ? Ease of use would be good start!

My web bots use a headless browser. That way, I can have authentic looking traffic and I can keep all my code protected server-side. Users of my bots will have to use a web interface, not a downloadable program. You would still use your own proxies and accounts of course except that I do own a proxy service so I would probably add a feature to easily use my proxy service if you wanted to.
 
Do I need to create albums or is it okay to just upload all the pics to the default? Also, what account details should I be updating? Don't really feel like messing with work and education.
 
Back
Top