Skip to content

leon0707/facebook-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facebook-scrapy

This spider can start crawling from a group of profile urls, then expend to all the friends. It will collect all basic information on the profile page and all posts on the timeline.

  1. install virtual environment
virtualenv venv
source venv/bin/activate
  1. install packges
pip install -r requuirements.txt
  1. add environment variables
FACEBOOK_EMAIL=xxxx
FACEBOOK_PASS=xxxx
  1. start crawling
scrapy crawl facebook

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages