Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 718 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 718 Bytes

Facebook fanpage crawler

  • this crawler was built with selenium.

Description

get_post_id.py

* collect id for each posts.
* the data will be saved in csv format.
* the post_id collected with this crawler will be used in other program.

get_comments.py

* collect comments from posts.
* the comments data will be saved in comment_files.

get_post_content.py

* collect contents from posts.
* the data will be saved in content_files as csv files.

get_reaction.py

* collected numbers of each reaction for the posts.

get_engagements.py

* collect number of comments and shares.

screenshot_post.py

* take screenshots of each posts.
* generate .png files.