Skip to content

[Facebook Crawler] (*no official api)) Use as your own risk, basiclly it gather ffafcebook data. Base on your fb network. (some scary stuffs too ...)

License

Notifications You must be signed in to change notification settings

nix010/fb_crawler

Repository files navigation

Fb_crawler

*TEST FOR FACEBOOK PLACES CRAWL

Install dependences: pip3 install -r ./requirements.txt

Put in you Facebook account info: (at the end of *facebook_listplace_crawler.py)

crawler = FbPageListCrawler(
    ...
    email='yyy', # your account
    password='xxx', # your password
)

Run:

python3 ./facebook_listplace_crawler.py

DEPPRECATED(*)

Test run

Install dependences: pip3 install -r ./requirements.txt

Put in you Facebook account info: (at the end of facebook_listuser_crawler.py)

crawler = FbUserListCrawler(
    ...
    email='yyy', # your account
    password='xxx', # your password
)

Run:

python3 ./facebook_listuser_crawler.py

About

[Facebook Crawler] (*no official api)) Use as your own risk, basiclly it gather ffafcebook data. Base on your fb network. (some scary stuffs too ...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages