What Should A Facebook Bot Do?

@Setox is now my personal hero and if mentoring were allowed I would sit by his feet 10 hours a day.

@The Doctor, I have not seen a tool/bot have the capacity to message others and had something coded for my accounts to do that to appear as if there was personal interaction between friends and I think that is important.
 
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.

Damn, you're one needy client :D
 
@Setox is now my personal hero and if mentoring were allowed I would sit by his feet 10 hours a day.

:p

giphy.gif
 
@Setox is now my personal hero and if mentoring were allowed I would sit by his feet 10 hours a day.

@The Doctor, I have not seen a tool/bot have the capacity to message others and had something coded for my accounts to do that to appear as if there was personal interaction between friends and I think that is important.

I've been thinking about that sort of thing. As far as the browser being legit, it is and I've got legit viewports in place for desktop, mobile, and tablet. I'm gonna go ahead and do messaging and random posts. So you'll be able to do custom spun posts across multiple accounts but I'm also doing a "Simulate human" feature so it posts stuff, likes things, sends messages, etc. just to appear human. These interactions will fall in line with the account's stated interests as well so that's good. Later down the line I will use my tensorflow skills to throw some machine learning magic in there and possibly also augment the marketing that way.

I've made it so that personal details are filled out. How this works is there's a database of interests and their corresponding topics. A few are taken at random for each account. These are classified as secondary interest. Primary interests are set by the user to correspond with whatever sort of marketing is going on with the account. If any of this sounds like the wrong way to go, someone please let me know.

Edit: Come to think of it, down the line if I use machine learning and train on facebook profiles, the simulate human thing will be near perfect without me having to write any conditional logic.

Edit2: then again, they're not so good at writing long form text. Maybe tweet-like posts would be good though. Interests and about info would work good for that too.
 
Last edited:
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.

*Clap hands*
 
Does anyone know if there's a rate limit for sending messages to friends and/or non-friends? Some people online say there's no rate limit. Some people say there is. This page says you can send a message to 150 people at a time: https://www.facebook.com/help/131313586947248

It might be a bit more useful to also have a feature that adds all your friends a group and then posts a message to the group but I guess I'll finish up private messages nonetheless.
 
I also think a function of growing groups is important. So being able to add friends into groups, or alternative quicker ways to grow groups from target audiences
 
Does anyone know if there's a rate limit for sending messages to friends and/or non-friends? Some people online say there's no rate limit. Some people say there is. This page says you can send a message to 150 people at a time: https://www.facebook.com/help/131313586947248

It might be a bit more useful to also have a feature that adds all your friends a group and then posts a message to the group but I guess I'll finish up private messages nonetheless.

I once found a wordpress plugin that let you collect a list of subscribers through Facebook, they opt-in from your site & then you can send them notifications directly to their profiles to promote your products/services, and that's for lifetime, the important is that those peoples created another plugin as addon that let you message all those subscribers through messenger at once, as shown in videos there is no limits, so either fb has no limits for messages at all or they ignore that if when the receivers are subscribed to one of your apps.
 
Back
Top