midnight_focus
BANNED
- Dec 2, 2008
- 781
- 481
Few weeks ago I got this idea and put it into action and it turned out to be a great way to drive traffic and likes to my sites/pages.
The idea in short is:
Now you get the idea and as you are still here I can assume that you are interested. Let's get into the details
Here is how I do it
1. Scrape google for the groups emails
2. Extract the emails from the harvested list, you will end up with a huge list of email that looks like this
3. you want to join all these groups to be able to post and here is where imacros gets into action.
Here is one that I created (I'm sure it's not perfect as this is my first time to use any programming language but it gets the job done)
you need to create a .csv file with 1 column containing the username for the groups (the name before the @groups.facebook.com) (save it as url.csv)
to do this simply in the txt file you replace all the "@groups.facebook.com" with nothing
so by using the above email list you should come up with
4. Run the bot and wait for it to join all the groups, don't forget to set the loop with the same number of your list
5. Wait few days to get added by the admin to the group
6. Use your imagination to come up with a post that will stick
7. Mass Email your post to the group list (the email you use must be added to your facebook account)
P.S. Don't use this with your main account
P.S.S for the mass email thingy if someone knows a good desktop software plz share with us
The idea in short is:
- find facebook groups that allow posting via email
- join these groups
- mass email them your post
Now you get the idea and as you are still here I can assume that you are interested. Let's get into the details
Here is how I do it
1. Scrape google for the groups emails
Code:
site:facebook.com "@groups.facebook.com"
2. Extract the emails from the harvested list, you will end up with a huge list of email that looks like this
Code:
3. you want to join all these groups to be able to post and here is where imacros gets into action.
Here is one that I created (I'm sure it's not perfect as this is my first time to use any programming language but it gets the job done)
Code:
VERSION BUILD=7401110 RECORDER=FX
SET !DATASOURCE url.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !ERRORIGNORE YES
URL GOTO=http://www.facebook.com/groups/{{!COL1}}
wait seconds=3
TAG POS=1 TYPE=SPAN ATTR=TXT:Ask<SP>to<SP>Join<SP>Group
wait seconds=3
to do this simply in the txt file you replace all the "@groups.facebook.com" with nothing
so by using the above email list you should come up with
Code:
arabaa
artcaffelondonfundraising
Artcell
aseaalberta
atkerubinz
beautifulpeoplesociety
belleafrique
bharath.viswa1
biharworld
binakayanelementaryschool
binhingkagitingan
BKC
4. Run the bot and wait for it to join all the groups, don't forget to set the loop with the same number of your list
5. Wait few days to get added by the admin to the group
6. Use your imagination to come up with a post that will stick
7. Mass Email your post to the group list (the email you use must be added to your facebook account)
P.S. Don't use this with your main account
P.S.S for the mass email thingy if someone knows a good desktop software plz share with us