Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 702 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 702 Bytes

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