1 replies
A couple of months ago, I found a product which illustrated how to get email addresses from people in FB groups. I cannot find it! Driving me BS.
It involves a piece of code, that is all i really remember.
Can anyone point me in the right direction??
thanks so much.
#lost
Avatar of Unregistered
  • Profile picture of the author A Cop
    Banned
    Originally Posted by 102beano View Post

    A couple of months ago, I found a product which illustrated how to get email addresses from people in FB groups. I cannot find it! Driving me BS.
    It involves a piece of code, that is all i really remember.
    Can anyone point me in the right direction??
    thanks so much.
    As a matter of fact, I do not know how to get you to that direction where you are asking for. I might say right or wrong, though I would like to help. If you are familiar with the python programming language and you kinda know how APIs and libraries work then there are open source libraries and GitHub repositories you can download and test out.

    You could search for facebook-scraper at PyPI where you can read the directions on how to use the library and make a custom script that could point out to groups and individual posts and scrape emails from it.

    Or maybe you could use FBScraper at GitHub which would install other libraries such as facebook-sdk and simplejson. It has a documentation that you can check out by typing in at google. The documentation is well written and I think you won't be having a problem on using it.

    I hope that my post is a big help to you and cheers!
    {{ DiscussionBoard.errors[11601896].message }}

Trending Topics